Fix typo - handles aren't URIs

Changed files
+2 -2
src
atpasser
handle
+2 -2
src/atpasser/handle/__init__.py
···
Attributes:
-
uri (str): The Handle URI.
+
handle (str): The Handle.
"""
def __init__(self, handle: str) -> None:
···
Initalizes an Handle object.
Parameters:
-
uri (str): The Handle URI.
+
handle (str): The Handle.
"""
if len(handle) > 253: