We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43a56e commit 57325e7Copy full SHA for 57325e7
src/idom/_option.py
@@ -61,7 +61,7 @@ def set(self, new: Any) -> None:
61
logger.debug(f"{self._name}={self._value}")
62
63
def set_default(self, new: _O) -> _O:
64
- """Set the value of this option if :meth:`Option.is_default`
+ """Set the value of this option if not :meth:`Option.is_set`
65
66
Returns the current value (a la :meth:`dict.set_default`)
67
"""
0 commit comments