Skip to content

Commit 03919ab

Browse files
serhiy-storchakaslatenyStanFromIreland
authored
Apply suggestions from code review
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent ab94259 commit 03919ab

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 :file:`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 :file:`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)