Skip to content

Commit

Permalink
Update axes docstring type annotation in add_missing_bounds()
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 2, 2024
1 parent 545d19b commit 8fe33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcdat/bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def add_missing_bounds( # noqa: C901
Parameters
----------
axes : List[str] | Tuple[str]
axes : List[CFAxesKey] | Tuple[CFAxisKey, ...]
List of CF axes that function should operate on, by default
("X", "Y", "T"). Options include "X", "Y", "T", or "Z".
Expand Down

0 comments on commit 8fe33d9

Please sign in to comment.