summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-12-09 22:43:53 (GMT)
committerGitHub <noreply@github.com>2023-12-09 22:43:53 (GMT)
commit96f64a2b1b4e3d4902848c63e42717a9c5539e03 (patch)
tree0bc882ca87c7f75818d3c3cd4b0bee23b878884e /Doc/whatsnew/3.7.rst
parent54410e6bd9460c9899b17132f34fd1a68b0cbdfe (diff)
downloadcpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.zip
cpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.tar.gz
cpython-96f64a2b1b4e3d4902848c63e42717a9c5539e03.tar.bz2
gh-101100: Improve documentation of `TracebackType` attributes (#112884)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 7a74f9c..616e515 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -525,8 +525,8 @@ Other Language Changes
* In order to better support dynamic creation of stack traces,
:class:`types.TracebackType` can now be instantiated from Python code, and
- the ``tb_next`` attribute on :ref:`tracebacks <traceback-objects>` is now
- writable.
+ the :attr:`~traceback.tb_next` attribute on
+ :ref:`tracebacks <traceback-objects>` is now writable.
(Contributed by Nathaniel J. Smith in :issue:`30579`.)
* When using the :option:`-m` switch, ``sys.path[0]`` is now eagerly expanded