We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acd7d7 commit 0de4934Copy full SHA for 0de4934
Doc/library/traceback.rst
@@ -44,8 +44,8 @@ The module defines the following functions:
44
45
Note that the meaning of the *limit* parameter is different than the meaning
46
of :const:`sys.tracebacklimit`. Negative *limit* values correspond to
47
- positive values of :const:`sys.tracebacklimit`, whereas the behaviour of
48
- positive values of *limit* cannot be achieved with
+ positive values of :const:`sys.tracebacklimit`, whereas the behaviour of
+ positive *limit* values cannot be achieved with
49
:const:`sys.tracebacklimit`.
50
51
.. versionchanged:: 3.5
0 commit comments