Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit d631a03

Browse files
author
Matthias Koeppe
committed
src/sage/features/__init__.py: Fix docstring markup
1 parent 66b8125 commit d631a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def __repr__(self):
387387

388388
def package_systems():
389389
"""
390-
Return a list of :class:~sage.features.pkg_systems.PackageSystem` objects
390+
Return a list of :class:`~sage.features.pkg_systems.PackageSystem` objects
391391
representing the available package systems.
392392
393393
The list is ordered by decreasing preference.

0 commit comments

Comments
 (0)