Skip to content

Commit ec3015b

Browse files
committed
Minor docstring tweaks.
1 parent 05544aa commit ec3015b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

referencing/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ def __getitem__(self, uri: URI) -> Resource[D]:
265265

266266
def __iter__(self) -> Iterator[URI]:
267267
"""
268-
Iterate over all known URIs in the registry.
268+
Iterate over all fully crawled URIs in the registry.
269269
"""
270270
return iter(self._resources)
271271

272272
def __len__(self) -> int:
273273
"""
274-
Count the total number of (fully crawled) resources in this registry.
274+
Count the total number of fully crawled resources in this registry.
275275
"""
276276
return len(self._resources)
277277

0 commit comments

Comments
 (0)