[Python-checkins] r67021 - doctools/trunk/sphinx/environment.py
georg.brandl
python-checkins at python.org
Sat Oct 25 18:09:16 CEST 2008
Author: georg.brandl
Date: Sat Oct 25 18:09:15 2008
New Revision: 67021
Log:
Fix outdated docstring.
Modified:
doctools/trunk/sphinx/environment.py
Modified: doctools/trunk/sphinx/environment.py
==============================================================================
--- doctools/trunk/sphinx/environment.py (original)
+++ doctools/trunk/sphinx/environment.py Sat Oct 25 18:09:15 2008
@@ -128,7 +128,7 @@
class HandleCodeBlocks(Transform):
"""
- Move doctest blocks out of blockquotes and connect adjacent code blocks.
+ Move doctest blocks out of blockquotes.
"""
default_priority = 210
More information about the Python-checkins
mailing list