Skip to content

Commit

Permalink
[docs] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Aug 24, 2023
1 parent a559949 commit 9de37bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/print_translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the ``IndentPrintConstructor``:
.. code:: python
with self.indent*():
self.prtin(wal_expression(node.exp))
self.prtin(walk_expression(node.exp))
The printed code can be retrieved using the ``printed_text()`` method. Other
posibilities are available by assigning a text-like object to
Expand Down

0 comments on commit 9de37bf

Please sign in to comment.