diff options
author | Georg Brandl <georg@python.org> | 2009-05-31 19:50:29 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-31 19:50:29 +0200 |
commit | 8d96070a1a25e4efa1ebdcbda77c218a8d9bea99 (patch) | |
tree | e693226b7e77640057c54c96ec7267bbfdf61b24 /tests/test_autosummary.py | |
parent | df759246023f7f48cee4e9cb7d1beaee1751b8c8 (diff) | |
parent | cfd0d8c42d4dca65d921c2cd8258bdcc14d214ce (diff) | |
download | sphinx-git-8d96070a1a25e4efa1ebdcbda77c218a8d9bea99.tar.gz |
merge with 0.6
Diffstat (limited to 'tests/test_autosummary.py')
-rw-r--r-- | tests/test_autosummary.py | 2 |
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]) """ |