Skip to content

Commit

Permalink
doc: fix typo _p_changed
Browse files Browse the repository at this point in the history
To manually mark an object modified, `_p_changed` attribute must be set, no `_p_changed__`
  • Loading branch information
perrinjerome committed Sep 4, 2020
1 parent 1da7a93 commit 25f66d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ individual topics.

.. [#changed]
You can manually mark an object as changed by setting its
``_p_changed__`` attribute to ``True``. You might do this if you
``_p_changed`` attribute to ``True``. You might do this if you
update a subobject, such as a standard Python ``list`` or ``set``,
that doesn't subclass ``Persistent``.
Expand Down

0 comments on commit 25f66d3

Please sign in to comment.