make docstrings ready for sphinx

This commit is contained in:
David Halter
2013-02-04 14:23:50 +01:00
parent 3faf50049b
commit 9eec549a39
2 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ search functions `get_names_for_scope` and `get_scopes_for_name`. At the end
there are the `follow_` functions, which evaluate a statement, or parts of a
statement.
TODO nonlocal statement, needed or can be ignored? (py3k)
.. todo:: nonlocal statement, needed or can be ignored? (py3k)
"""
from _compatibility import next, property, hasattr, is_py3k, use_metaclass, \
unicode