[Python-checkins] distutils2: Fix typo

eric.araujo python-checkins at python.org
Mon May 21 23:03:36 CEST 2012


http://hg.python.org/distutils2/rev/747eec42e7ae
changeset:   1350:747eec42e7ae
parent:      1348:46827ba519b1
user:        Éric Araujo <merwok at netwok.org>
date:        Mon May 21 17:01:44 2012 -0400
summary:
  Fix typo

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


diff --git a/distutils2/tests/test_command_check.py b/distutils2/tests/test_command_check.py
--- a/distutils2/tests/test_command_check.py
+++ b/distutils2/tests/test_command_check.py
@@ -100,7 +100,7 @@
         self._run(metadata, strict=True)
         self.assertEqual(self.get_logs(), [])
 
-    @support.require_docutils
+    @support.requires_docutils
     def test_check_restructuredtext(self):
         # let's see if it detects broken rest in description
         broken_rest = 'title\n===\n\ntest'

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


More information about the Python-checkins mailing list