diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-05-04 10:48:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:48:45 (GMT) |
commit | 55d50d147c953fab37b273bca9ab010f40e067d3 (patch) | |
tree | 4df1f1fd75b2df3b6311721922331ccf4e0fb6bf /Doc/library/site.rst | |
parent | 3e7995ca119d4253d05a520f35ab3efca793ee49 (diff) | |
download | cpython-55d50d147c953fab37b273bca9ab010f40e067d3.zip cpython-55d50d147c953fab37b273bca9ab010f40e067d3.tar.gz cpython-55d50d147c953fab37b273bca9ab010f40e067d3.tar.bz2 |
GH-97950: Use new-style index directive ('statement') (#104162)
Diffstat (limited to 'Doc/library/site.rst')
-rw-r--r-- | Doc/library/site.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/site.rst b/Doc/library/site.rst index a4efefd..44f90a3 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -51,7 +51,7 @@ searched for site-packages; otherwise they will. .. index:: single: # (hash); comment - statement: import + pair: statement; import A path configuration file is a file whose name has the form :file:`{name}.pth` and exists in one of the four directories mentioned above; its contents are |