Skip to content

Commit

Permalink
Fix ReST.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 21, 2019
1 parent 9bdce5b commit 49fe489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ To use classes in Python 3

To use ``for`` statements and comprehensions:
* ``_getiter_`` must point to an ``iter`` implementation. As an unguarded variant you might use
:func:`RestrictedPython.Eval.default_guarded_getiter`.
:func:`RestrictedPython.Eval.default_guarded_getiter`.

* ``_iter_unpack_sequence_`` must point to :func:`RestrictedPython.Guards.guarded_iter_unpack_sequence`.

Expand Down

0 comments on commit 49fe489

Please sign in to comment.