Skip to content

Commit b1fd3ac

Browse files
Update src/pip/_internal/operations/build/build_tracker.py
Co-authored-by: Paul Moore <[email protected]>
1 parent 023b3d9 commit b1fd3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/operations/build/build_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class BuildTracker:
5959
"""Ensure that an sdist cannot request itself as a setup requirement.
6060
6161
When an sdist is prepared, it identifies its setup requirements in the
62-
context of ``BuildTracker#track()``. If a requirement shows up recursively, this
62+
context of ``BuildTracker.track()``. If a requirement shows up recursively, this
6363
raises an exception. This stops fork bombs embedded in malicious packages."""
6464

6565
def __init__(self, root: str) -> None:

0 commit comments

Comments
 (0)