remove trailing whitespace in sphinx/environment.py

This commit is contained in:
Roland Meister 2013-01-04 22:05:50 +01:00
parent ab6706e6ed
commit ae9afab1fc

View File

@ -1373,7 +1373,7 @@ class BuildEnvironment:
'iscurrent' not in subnode.parent):
subnode.parent.remove(subnode)
else:
# recurse on visible children
# recurse on visible children
_toctree_prune(subnode, depth+1, maxdepth)
def _toctree_add_classes(node, depth):