diff options
author | Georg Brandl <georg@python.org> | 2011-01-04 00:35:27 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-04 00:35:27 +0100 |
commit | 3642b521ed5a8c85faf4b37eb1bc83d6cfa63716 (patch) | |
tree | eed02f129e674a183307a35cd383b9c6f369b6bf /tests/root/autodoc_fodder.py | |
parent | 8fd5bd1e1909ac5c5e857049dafcdcc2975eb90d (diff) | |
parent | eecd8bff03e6617dc3644e319f9447e3320af9c3 (diff) | |
download | sphinx-git-3642b521ed5a8c85faf4b37eb1bc83d6cfa63716.tar.gz |
merge with 1.0
Diffstat (limited to 'tests/root/autodoc_fodder.py')
-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. + """ |