Skip to content

Commit 1e08085

Browse files
Fix documentation grammar and punctuation (#196)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: DimitriPapadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
1 parent 5f81a29 commit 1e08085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

abi3audit/_extract.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class SharedObjectExtractor:
170170
An extractor for shared objects.
171171
172172
This extractor is "trivial", since it yields a shared object corresponding to
173-
the spec it created with.
173+
the spec it was created with.
174174
"""
175175

176176
def __init__(self, spec: SharedObjectSpec, parent: WheelExtractor | None = None) -> None:
@@ -224,7 +224,7 @@ def __init__(self, spec: PyPISpec) -> None:
224224
)
225225

226226
def __iter__(self) -> Iterator[_object.SharedObject]:
227-
# if we get here, we already know it's a valid requirement.
227+
# If we get here, we already know it's a valid requirement.
228228
requirement = Requirement(self.spec)
229229
package = requirement.name
230230
specifier_set = requirement.specifier

0 commit comments

Comments
 (0)