summaryrefslogtreecommitdiff
path: root/doc/cdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cdoc')
-rwxr-xr-xdoc/cdoc/numpyfilter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cdoc/numpyfilter.py b/doc/cdoc/numpyfilter.py
index 7137df2d2..d5021f92a 100755
--- a/doc/cdoc/numpyfilter.py
+++ b/doc/cdoc/numpyfilter.py
@@ -17,7 +17,7 @@ import optparse
if sys.version_info[0] >= 3:
import pickle
else:
- import cPickle as pickle.
+ import cPickle as pickle
CACHE_FILE = 'build/rst-cache.pck'
@@ -47,7 +47,7 @@ def filter_comment(text):
if text.startswith('UFUNC_API'):
text = text[9:].strip()
- html = render_html(text)
+ html = render_html(text)
return html
def process_match(m, cache=None):