Fix outdated docstring.

This commit is contained in:
Georg Brandl
2008-10-25 16:09:15 +00:00
parent 3206a6ab6f
commit 406aae4d6a

View File

@@ -128,7 +128,7 @@ class MoveModuleTargets(Transform):
class HandleCodeBlocks(Transform):
"""
Move doctest blocks out of blockquotes and connect adjacent code blocks.
Move doctest blocks out of blockquotes.
"""
default_priority = 210