Skip to content

Commit 0f7efe8

Browse files
Fix type in docs.
1 parent 761902e commit 0f7efe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotview/_view_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def view_wrapper(axes_class):
1212
1313
Parameters
1414
----------
15-
axes_class: Axes
15+
axes_class: Type[Axes]
1616
An axes type to construct a new ViewAxes wrapper class for.
1717
1818
Returns

0 commit comments

Comments
 (0)