Skip to content

Commit e5b8cf7

Browse files
committed
Add missing parens.
1 parent cecb3ba commit e5b8cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ There are two kinds of detectors:
942942
2. a `reactor` is triggered just after an item has been modified
943943

944944
When the Roundup database is about to perform a ``create()``, ``set()``,
945-
``retire()``, or ``restore`` operation, it first calls any *auditors*
945+
``retire()``, or ``restore()`` operation, it first calls any *auditors*
946946
that have been registered for that operation on that class. Any auditor
947947
may raise a *Reject* exception to abort the operation.
948948

0 commit comments

Comments
 (0)