summaryrefslogtreecommitdiff
path: root/sphinx/util/websupport.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
committerGeorg Brandl <georg@python.org>2010-08-22 11:36:08 +0200
commit630791c42c29c68a3cee4d722152886d70ddeff5 (patch)
tree8a31a3695744a106791724453db559985f874c8e /sphinx/util/websupport.py
parent2e47414658555310a677f662a98711a013c15f2f (diff)
downloadsphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz
Docstring harmonization.
Diffstat (limited to 'sphinx/util/websupport.py')
-rw-r--r--sphinx/util/websupport.py1
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')