Commit 62eeac25 authored by Igor Dejanovic's avatar Igor Dejanovic

Tiny fix in the docs.

parent b25cd09f
...@@ -631,7 +631,7 @@ rule will only see one child (from the ``number`` rule reference). ...@@ -631,7 +631,7 @@ rule will only see one child (from the ``number`` rule reference).
If the node is a non-terminal and there is only one child the default action will return that child effectively If the node is a non-terminal and there is only one child the default action will return that child effectively
passing it to the parent node visitor. passing it to the parent node visitor.
Default actions can be disabled setting parameter ``defaults`` to ``False`` on visitor construction. Default actions can be disabled by setting parameter ``defaults`` to ``False`` on visitor construction.
.. code:: python .. code:: python
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment