Skip to content

Commit

Permalink
fixed up warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 4, 2024
1 parent 6fcee87 commit ec0d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ be classified as containing a PNG image
>>> Zip[Jpeg].matches(zipped_png_fspath)
False
.. note:: warning
.. warning::
At the time of writing currently classifiers are not supported by Mypy and other
static type checkers (only dynamic type-checking in Pydra_) because they use a
custom `__subclasshook__` method to implement the subclassing behaviour and overload
Expand Down

0 comments on commit ec0d8e0

Please sign in to comment.