summaryrefslogtreecommitdiff
path: root/tests/test_autosummary.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-31 19:50:29 +0200
committerGeorg Brandl <georg@python.org>2009-05-31 19:50:29 +0200
commit8d96070a1a25e4efa1ebdcbda77c218a8d9bea99 (patch)
treee693226b7e77640057c54c96ec7267bbfdf61b24 /tests/test_autosummary.py
parentdf759246023f7f48cee4e9cb7d1beaee1751b8c8 (diff)
parentcfd0d8c42d4dca65d921c2cd8258bdcc14d214ce (diff)
downloadsphinx-git-8d96070a1a25e4efa1ebdcbda77c218a8d9bea99.tar.gz
merge with 0.6
Diffstat (limited to 'tests/test_autosummary.py')
-rw-r--r--tests/test_autosummary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autosummary.py b/tests/test_autosummary.py
index d39131791..276b93557 100644
--- a/tests/test_autosummary.py
+++ b/tests/test_autosummary.py
@@ -22,7 +22,7 @@ def test_mangle_signature():
(a, b, c, d, e) :: (a, b, c, d, e)
(a, b, c=1, d=2, e=3) :: (a, b[, c, d, e])
(a, b, aaa=1, bbb=1, ccc=1, eee=1, fff=1, ggg=1, hhh=1, iii=1, jjj=1)\
- :: (a, b[, aaa, bbb, ccc, eee, fff, ...])
+ :: (a, b[, aaa, bbb, ccc, ...])
(a, b, c=(), d=<foo>) :: (a, b[, c, d])
(a, b, c='foobar()', d=123) :: (a, b[, c, d])
"""