summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2012-05-21 17:01:44 -0400
committer?ric Araujo <merwok@netwok.org>2012-05-21 17:01:44 -0400
commit273927821682f7abba2c961671e26d3274bb9b02 (patch)
treed24ba496046cb8e44a00c9a32772bb1e3635d439
parent4ca74c8f46e338deb1f0191ceae1589f37ec4708 (diff)
downloaddisutils2-273927821682f7abba2c961671e26d3274bb9b02.tar.gz
Fix typo
-rw-r--r--distutils2/tests/test_command_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/tests/test_command_check.py b/distutils2/tests/test_command_check.py
index c73ddd5..7cdd2c1 100644
--- a/distutils2/tests/test_command_check.py
+++ b/distutils2/tests/test_command_check.py
@@ -100,7 +100,7 @@ class CheckTestCase(support.LoggingCatcher,
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'