Mercurial > p > roundup > code
changeset 8501:b99c40b40f18
doc: fix typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 Dec 2025 00:08:26 -0500 |
| parents | b03160d46e9d |
| children | dfecb240bc34 |
| files | doc/reference.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/reference.txt Sun Dec 21 23:59:08 2025 -0500 +++ b/doc/reference.txt Mon Dec 22 00:08:26 2025 -0500 @@ -1307,7 +1307,7 @@ above will return True and the Reauth exception is not raised. (Note that the value of the ``reauth_done`` attribute is True, so ``getattr(db, "reauth_done", False)`` will return True when reauth is -done and the defile value of False if the attribute is missing. If the +done and the default value of False if the attribute is missing. If the default is not set, `getattr` raises an ``AttributeError`` which might be useful for flow control.)
