We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e85dc commit 4531538Copy full SHA for 4531538
1 file changed
docs/modules.rst
@@ -51,7 +51,11 @@ Configuration
51
52
Sentinel meaning "this patch does not set this field" — the default
53
of every :class:`~nameparser.PolicyPatch` field, distinguishable
54
- from every real value including ``None`` and ``False``.
+ from every real value including ``None`` and ``False``. You rarely
55
+ need it: omit a field instead of passing it. Import it to test
56
+ whether a patch sets a field (``patch.name_order is UNSET``) or to
57
+ leave a field conditionally unset when building patches
58
+ programmatically.
59
60
.. autoclass:: nameparser.PatronymicRule
61
:members:
0 commit comments