Fix typo in docstring.
authorZac Medico <zmedico@gentoo.org>
Wed, 4 Aug 2010 03:51:18 +0000 (20:51 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 Aug 2010 03:51:18 +0000 (20:51 -0700)
pym/portage/proxy/lazyimport.py

index c9147caead57286d5379cfbd31cec06e7eb87412..fac845fba68a64c24f2919afb17259fdc08410c6 100644 (file)
@@ -53,7 +53,7 @@ def _unregister_module_proxy(name):
        Destroy all proxies that reference the give module name. Also, check
        for other proxies referenced by modules that have been imported and
        destroy those proxies too. This way, destruction of a single proxy
-       can trigger destruction of all the rest. If the a target module appears
+       can trigger destruction of all the rest. If a target module appears
        to be partially imported (indicated when an AttributeError is caught),
        this function will leave in place proxies that reference it.
        """