Skip to content

Commit

Permalink
chore: doc string type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Jul 25, 2024
1 parent 726e43d commit 4e95cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hypy/hydrolocation/hydrolocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self,
Parameters
----------
shape: Union[Point, Tuple]
shape: Point | Tuple
a shapely point geometry or two-tuple defining the coordinates of this location
type: HydroLocationType
enum value defining the type of feature at this location
Expand Down

0 comments on commit 4e95cc0

Please sign in to comment.