From: Zac Medico Date: Sat, 12 Sep 2009 17:51:44 +0000 (-0000) Subject: Fix isjustname docstring to have a valid atom in the example. X-Git-Tag: v2.2_rc41~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b19e9790de7e83329b6236b71f95a3f4f034c603;p=portage.git Fix isjustname docstring to have a valid atom in the example. svn path=/main/trunk/; revision=14235 --- diff --git a/pym/portage/dep.py b/pym/portage/dep.py index c16b816b6..865db16a7 100644 --- a/pym/portage/dep.py +++ b/pym/portage/dep.py @@ -922,7 +922,7 @@ def isjustname(mypkg): Raises InvalidAtom if the input is invalid. Example usage: - >>> isjustname('media-libs/test-3.0') + >>> isjustname('=media-libs/test-3.0') False >>> isjustname('media-libs/test') True