Skip to content

Commit 57325e7

Browse files
committed
correct option doc
1 parent b43a56e commit 57325e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/_option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def set(self, new: Any) -> None:
6161
logger.debug(f"{self._name}={self._value}")
6262

6363
def set_default(self, new: _O) -> _O:
64-
"""Set the value of this option if :meth:`Option.is_default`
64+
"""Set the value of this option if not :meth:`Option.is_set`
6565
6666
Returns the current value (a la :meth:`dict.set_default`)
6767
"""

0 commit comments

Comments
 (0)