Skip to content

Commit ad9a31e

Browse files
Fixed documentation typos.
1 parent 368e918 commit ad9a31e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_checker_list.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
-
4747
-
4848
- :func:`is_writeable <validator_collection.checkers.is_writeable>`
49-
-
49+
- :func:`is_mimetype <validator_collection.checkers.is_mimetype>`
5050
* - :func:`is_iterable <validator_collection.checkers.is_iterable>`
5151
-
5252
-
5353
- :func:`is_executable <validator_collection.checkers.is_executable>`
54-
- :func:`is_mimetype <validator_collection.checkers.is_mimetype>`
54+
-
5555
* - :func:`is_not_empty <validator_collection.checkers.is_not_empty>`
5656
-
5757
-

validator_collection/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2829,7 +2829,7 @@ def mimetype(value,
28292829
28302830
:raises EmptyValueError: if ``value`` is empty and ``allow_empty`` is ``False``
28312831
:raises CannotCoerceError: if ``value`` is not a valid string
2832-
:raises InvalidMimetypeError: if ``value`` is neither a valid MIME type nor empty
2832+
:raises InvalidMimeTypeError: if ``value`` is neither a valid MIME type nor empty
28332833
with ``allow_empty`` set to ``True``
28342834
28352835
"""

0 commit comments

Comments
 (0)