# HG changeset patch # User John Rouillard # Date 1766380106 18000 # Node ID b99c40b40f18b6365f95b0c5fd41bc9f194aa910 # Parent b03160d46e9d4df102584f145ecc55913984e59d doc: fix typo. diff -r b03160d46e9d -r b99c40b40f18 doc/reference.txt --- 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.)