Mercurial > p > roundup > code
comparison doc/reference.txt @ 8474:5346abcf429e
doc: spelling correction.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 07 Nov 2025 22:14:01 -0500 |
| parents | 056061cfe135 |
| children | bc3d3c54e1f0 |
comparison
equal
deleted
inserted
replaced
| 8473:a73ac3752ac5 | 8474:5346abcf429e |
|---|---|
| 1305 auditor from triggering another Reauth, the attribute ``reauth_done`` | 1305 auditor from triggering another Reauth, the attribute ``reauth_done`` |
| 1306 is added to the db object. As a result, the ``hasattr`` call shown | 1306 is added to the db object. As a result, the ``hasattr`` call shown |
| 1307 above will return True and the Reauth exception is not raised. (Note | 1307 above will return True and the Reauth exception is not raised. (Note |
| 1308 that the value of the ``reauth_done`` attribute is True, so | 1308 that the value of the ``reauth_done`` attribute is True, so |
| 1309 ``getattr(db, "reauth_done", False)`` will return True when reauth is | 1309 ``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 |
| 1311 default is not set, `getattr` raises an ``AttributeError`` which might | 1311 default is not set, `getattr` raises an ``AttributeError`` which might |
| 1312 be useful for flow control.) | 1312 be useful for flow control.) |
| 1313 | 1313 |
| 1314 There is only one reauth for a submitted change. You cannot Reauth | 1314 There is only one reauth for a submitted change. You cannot Reauth |
| 1315 multiple properties separately. If you need to reauth multiple | 1315 multiple properties separately. If you need to reauth multiple |
