diff options
author | Georg Brandl <georg@python.org> | 2011-01-03 19:33:44 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-03 19:33:44 +0100 |
commit | eb014a1b6498e373f6909859eecdaab13f9809b4 (patch) | |
tree | ff5be959f6850de2aa691a667bf626d590619381 | |
parent | 69e5b91b2daa147e01fe4f497086639dc69f392b (diff) | |
download | sphinx-git-eb014a1b6498e373f6909859eecdaab13f9809b4.tar.gz |
Add missing file.
-rw-r--r-- | tests/root/autodoc_fodder.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/root/autodoc_fodder.py b/tests/root/autodoc_fodder.py new file mode 100644 index 000000000..e5fd74139 --- /dev/null +++ b/tests/root/autodoc_fodder.py @@ -0,0 +1,7 @@ + +class MarkupError(object): + """ + .. note:: This is a docstring with a + small markup error which should have + correct location information. + """ |