diff options
author | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
commit | 630791c42c29c68a3cee4d722152886d70ddeff5 (patch) | |
tree | 8a31a3695744a106791724453db559985f874c8e /sphinx/util/websupport.py | |
parent | 2e47414658555310a677f662a98711a013c15f2f (diff) | |
download | sphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz |
Docstring harmonization.
Diffstat (limited to 'sphinx/util/websupport.py')
-rw-r--r-- | sphinx/util/websupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/websupport.py b/sphinx/util/websupport.py index f99f4d31d..510ecbe0e 100644 --- a/sphinx/util/websupport.py +++ b/sphinx/util/websupport.py @@ -6,5 +6,6 @@ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ + def is_commentable(node): return node.__class__.__name__ in ('paragraph', 'literal_block') |