Skip to content

Commit

Permalink
Use the actual name of the class.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed May 10, 2019
1 parent d4d8488 commit 72924c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zdgbook/ObjectPublishing.rst
Expand Up @@ -1020,7 +1020,7 @@ request constitutes one transaction which Zope takes care of for you.

If an unhandled exception is raised during the publishing process,
Zope aborts the transaction.
When **ConflictErrors** occur, Zope retries the request up to three
When a **ConflictError** occurs, Zope retries the request up to three
times by default. You can change that number in the **zope.conf** by
adding a ``max_conflict_retries`` directive.

Expand Down

0 comments on commit 72924c4

Please sign in to comment.