There was an error while loading. Please reload this page.
1 parent 03919ab commit 272331bCopy full SHA for 272331b
1 file changed
Doc/library/site.rst
@@ -451,10 +451,10 @@ Module contents
451
452
.. function:: getsitepackages(prefixes=None)
453
454
- Return a list containing all global site-packages directories.
+ Return a list containing all global site-packages directories.
455
456
For each directory present in *prefixes* (or :data:`PREFIXES` if *prefixes*
457
- is ``None``), this function will find its :file:`site-packages` subdirectory
+ is ``None``), this function will find its site-packages subdirectory
458
depending on the system environment, and will return a list of full paths.
459
460
.. versionadded:: 3.2
0 commit comments