Skip to content

Commit a80704d

Browse files
authored
Update 3.14.0b1.rst
1 parent 56351f8 commit a80704d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS.d/3.14.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ warning filtering state if the :data:`sys.flags.context_aware_warnings` flag
10511051
is set to true. This makes using the context manager thread-safe in
10521052
multi-threaded programs. The flag is true by default in free-threaded
10531053
builds and is otherwise false. The value of the flag can be overridden by
1054-
the the :option:`-X context_aware_warnings <-X>` command-line option or by
1054+
the :option:`-X context_aware_warnings <-X>` command-line option or by
10551055
the :envvar:`PYTHON_CONTEXT_AWARE_WARNINGS` environment variable.
10561056

10571057
..

0 commit comments

Comments
 (0)