Skip to content

Commit

Permalink
Fix typos. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
contradictioned authored and Michael Howitz committed Jun 10, 2019
1 parent bfaee1a commit f5aacdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/policy.rst
Expand Up @@ -4,7 +4,7 @@ Policies & builtins
-------------------

RestrictedPython provides a way to define policies, by redefining restricted versions of ``print``, ``getattr``, ``setattr``, ``import``, etc..
As shortcuts it offers three stripped down versions of Pythons ``__builtins__``:
As shortcuts it offers three stripped down versions of Python's ``__builtins__``:

.. _predefined_builtins:

Expand Down Expand Up @@ -186,7 +186,7 @@ lists:
...
>>> shed = BikeShed()
Normally accessing attriutes works as expected, because we're using
Normally accessing attributes works as expected, because we're using
the standard ``getattr`` function for the ``_getattr_`` guard:

.. code-block:: pycon
Expand Down

0 comments on commit f5aacdc

Please sign in to comment.