locks.py: fix _close_fds docstring
[portage.git] / pym / portage / locks.py
index 87fbe0726ab4cf4802112ce27842751361938500..59fbc6ec09b3288b4781c38478b6caafc224ba41 100644 (file)
@@ -45,7 +45,6 @@ def _close_fds():
        descriptors for locks held by the parent process. This can be called
        safely after a fork without exec, unlike the _setup_pipes close_fds
        behavior.
-       .
        """
        while _open_fds:
                os.close(_open_fds.pop())