We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023b3d9 commit b1fd3acCopy full SHA for b1fd3ac
src/pip/_internal/operations/build/build_tracker.py
@@ -59,7 +59,7 @@ class BuildTracker:
59
"""Ensure that an sdist cannot request itself as a setup requirement.
60
61
When an sdist is prepared, it identifies its setup requirements in the
62
- context of ``BuildTracker#track()``. If a requirement shows up recursively, this
+ context of ``BuildTracker.track()``. If a requirement shows up recursively, this
63
raises an exception. This stops fork bombs embedded in malicious packages."""
64
65
def __init__(self, root: str) -> None:
0 commit comments