Skip to content

Commit

Permalink
fixed a keyword error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 23, 2015
1 parent 78d6e9d commit 5a07e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/guide/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ It's quite possible there that the ``else`` clause allows a result to be
computed based on memory address. The bug won't show up until a BTree-based
structure uses objects of class :class:`Mine` as keys, and also objects of other
types as keys, and the structure is loaded from a database, and a sequence of
comparisons happens to execute the :keyword:`else` clause in a case where the
comparisons happens to execute the ``else`` clause in a case where the
relative order of object memory addresses happened to change.

This is as difficult to track down as it sounds, so best to stay far away from
Expand Down

0 comments on commit 5a07e74

Please sign in to comment.