Skip to content

Commit 272331b

Browse files
Fix newlines and remaining :file:.
1 parent 03919ab commit 272331b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/site.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ Module contents
451451

452452
.. function:: getsitepackages(prefixes=None)
453453

454-
Return a list containing all global site-packages directories.
454+
Return a list containing all global site-packages directories.
455455

456456
For each directory present in *prefixes* (or :data:`PREFIXES` if *prefixes*
457-
is ``None``), this function will find its :file:`site-packages` subdirectory
457+
is ``None``), this function will find its site-packages subdirectory
458458
depending on the system environment, and will return a list of full paths.
459459

460460
.. versionadded:: 3.2

0 commit comments

Comments
 (0)