summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-04 08:20:18 +0100
committerGeorg Brandl <georg@python.org>2008-11-04 08:20:18 +0100
commite39ddb3d59f3543c5d1f5f10f4051d84b6194dbd (patch)
treee13a302ee4494b3f183142cfca2b30cf0e51f00a /doc
parent29f275e623b8fef22acfc6f1f550c71559e5d604 (diff)
downloadsphinx-e39ddb3d59f3543c5d1f5f10f4051d84b6194dbd.tar.gz
Correct parameter name in example.
Diffstat (limited to 'doc')
-rw-r--r--doc/markup/desc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/desc.rst b/doc/markup/desc.rst
index 4478e4bb..f121d23d 100644
--- a/doc/markup/desc.rst
+++ b/doc/markup/desc.rst
@@ -288,7 +288,7 @@ explained by an example::
Format the exception with a traceback.
- :param object: exception type
+ :param etype: exception type
:param value: exception value
:param tb: traceback object
:param limit: maximum number of stack frames to show
@@ -302,7 +302,7 @@ This will render like this:
Format the exception with a traceback.
- :param object: exception type
+ :param etype: exception type
:param value: exception value
:param tb: traceback object
:param limit: maximum number of stack frames to show