Skip to content

Commit fe5f88f

Browse files
committed
doc: spelling correction.
1 parent a492c97 commit fe5f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ is added to the db object. As a result, the ``hasattr`` call shown
13071307
above will return True and the Reauth exception is not raised. (Note
13081308
that the value of the ``reauth_done`` attribute is True, so
13091309
``getattr(db, "reauth_done", False)`` will return True when reauth is
1310-
done and the defaul value of False if the attribute is missing. If the
1310+
done and the defile value of False if the attribute is missing. If the
13111311
default is not set, `getattr` raises an ``AttributeError`` which might
13121312
be useful for flow control.)
13131313

0 commit comments

Comments
 (0)