locks.py: fix _close_fds docstring v2.2.0_alpha96
authorZac Medico <zmedico@gentoo.org>
Wed, 28 Mar 2012 00:35:59 +0000 (17:35 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 28 Mar 2012 00:35:59 +0000 (17:35 -0700)
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())