Skip to content

Commit ecfef01

Browse files
committed
Fix bad docs references
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 7798fda commit ecfef01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/using/cmdline.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Miscellaneous options
688688
.. versionadded:: 3.14
689689

690690
* :samp:`-X pathconfig_warnings={0,1}` if true (``1``) then
691-
:ref:`sys_path_init` is allowed to log warnings into stderr.
691+
:ref:`sys-path-init` is allowed to log warnings into stderr.
692692
If false (``0``) suppress these warnings. Set to true by default.
693693
See also :envvar:`PYTHON_PATHCONFIG_WARNINGS`.
694694

@@ -1359,7 +1359,7 @@ conflict.
13591359

13601360
.. envvar:: PYTHON_PATHCONFIG_WARNINGS
13611361

1362-
If true (``1``) then :ref:`sys_path_init` is allowed to log warnings into
1362+
If true (``1``) then :ref:`sys-path-init` is allowed to log warnings into
13631363
stderr. If false (``0``) suppress these warnings. Set to true by default.
13641364
See also :option:`-X pathconfig_warnings<-X>`.
13651365

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Added the :option:`-X pathconfig_warnings<-X>` and
22
:envvar:`PYTHON_PATHCONFIG_WARNINGS` options, allowing to disable warnings
3-
from :ref:`sys_path_init`.
3+
from :ref:`sys-path-init`.

0 commit comments

Comments
 (0)