From fd491f971e7197329e200df1f98fcb6e39779bd7 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 30 Aug 2022 11:05:35 +0300 Subject: Minor non-functional changes to FormatChecker docstrings and __init__. --- docs/validate.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/validate.rst b/docs/validate.rst index 870735b..50580bd 100644 --- a/docs/validate.rst +++ b/docs/validate.rst @@ -191,6 +191,7 @@ By default, no validation is enforced, but optionally, validation can be enabled :exclude-members: cls_checks .. attribute:: checkers + A mapping of currently known formats to tuple of functions that validate them and errors that should be caught. New checkers can be added and removed either per-instance or globally for all checkers using the `FormatChecker.checks` decorator. -- cgit v1.2.1