Skip to content

Commit ec0d8e0

Browse files
committed
fixed up warning message
1 parent 6fcee87 commit ec0d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ be classified as containing a PNG image
2626
>>> Zip[Jpeg].matches(zipped_png_fspath)
2727
False
2828
29-
.. note:: warning
29+
.. warning::
3030
At the time of writing currently classifiers are not supported by Mypy and other
3131
static type checkers (only dynamic type-checking in Pydra_) because they use a
3232
custom `__subclasshook__` method to implement the subclassing behaviour and overload

0 commit comments

Comments
 (0)