[Python-checkins] distutils2: Fix typo

eric.araujo python-checkins at python.org
Wed May 16 07:07:26 CEST 2012


http://hg.python.org/distutils2/rev/0d41cc838194
changeset:   1320:0d41cc838194
parent:      1314:6e5312167b4a
user:        Julien Courteau <j_courteau at hotmail.com>
date:        Sat Apr 21 17:51:00 2012 -0400
summary:
  Fix typo

files:
  distutils2/metadata.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/distutils2/metadata.py b/distutils2/metadata.py
--- a/distutils2/metadata.py
+++ b/distutils2/metadata.py
@@ -480,7 +480,7 @@
         return value
 
     def check(self, strict=False, restructuredtext=False):
-        """Check if the metadata is compliant. If strict is False then raise if
+        """Check if the metadata is compliant. If strict is True then raise if
         no Name or Version are provided"""
         self.set_metadata_version()
 

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list