fix typo

vibe coding sucks

Changed files
+3 -3
src
atpasser
+1 -1
src/atpasser/uri/__init__.py
···
queryAsText (str): URL-encoded query string.
path (list): Parsed path segments as list.
pathAsText (str): URL-encoded path string.
-
authority (atpasser.handle.Handle | atpasser.did.DID | None): Repository authority as handle or DID.
+
authority (atpasser.uri.Handle | atpasser.uri.DID | None): Repository authority as handle or DID.
authorityAsText (str): Authority as text string.
"""
+2 -2
src/atpasser/uri/restricted.py
···
like posts, profiles, and other user-generated content.
Attributes:
-
collection (atpasser.nsid.NSID): The record collection identified by NSID.
-
rkey (atpasser.rKey.RKey): The record key identifying a specific record instance.
+
collection (atpasser.uri.NSID): The record collection identified by NSID.
+
rkey (atpasser.uri.RKey): The record key identifying a specific record instance.
"""
def __init__(self, uri: str) -> None: