Skip to content

Commit 103124d

Browse files
Wrap lines, refer to proper documentation section for controlling color
1 parent f9ede48 commit 103124d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,10 @@ dis
539539

540540
.. _whatsnew315-color-dis:
541541

542-
* :func:`dis.dis` supports colored output by default which can also be controlled through ``NO_COLOR=1`` environment variable.
543-
(Contributed by Abduaziz Ziyodov in :gh:`144207`)
542+
* :func:`dis.dis` supports colored output by default, which can also be
543+
:ref:`controlled <using-on-controlling-color>` through ``NO_COLOR=1``
544+
environment variable.
545+
(Contributed by Abduaziz Ziyodov in :gh:`144207`.)
544546

545547

546548
functools
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:func:`dis.dis` supports colored output by default which can also be
2-
controlled through ``NO_COLOR=1`` environment variable. Contributed by
3-
Abduaziz Ziyodov.
2+
:ref:`controlled <using-on-controlling-color>` through ``NO_COLOR=1``
3+
environment variable. Contributed by Abduaziz Ziyodov.

0 commit comments

Comments
 (0)