Skip to content

Commit ed6e795

Browse files
committed
[docs] fix bugs
1 parent 8641d11 commit ed6e795

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/parserconfig.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ colorize
194194

195195
.. code:: Python
196196
197-
colorize: bool = False
197+
colorize: bool = True
198198
199199
Colorize trace output. Colorization requires that the ``colorama`` library
200200
is available.
@@ -206,7 +206,7 @@ trace
206206
207207
trace: bool = False
208208
209-
Produce a trace of the parsing process. See the `Traces <traces.html>`_.
209+
Produce a trace of the parsing process. See the `Traces <traces.html>`_
210210
section for more information.
211211

212212

@@ -217,7 +217,7 @@ trace_filename
217217
218218
trace_filename: bool = False
219219
220-
The filename to be used in trace output.
220+
Include the input textt's filename in trace output.
221221

222222
trace_length
223223
~~~~~~~~~~~~
@@ -244,7 +244,7 @@ grammar
244244
245245
grammar: str | None = None
246246
247-
An alias for the ``name`` option.
247+
An alias for the `name <#name>`_ option.
248248

249249
left_recursion
250250
~~~~~~~~~~~~~~
@@ -312,8 +312,8 @@ nameguard
312312
nameguard: bool = False # implied by namechars
313313
314314
When set to ``True``, avoids matching tokens when the next character in the input sequence is
315-
alphanumeric or a ``@@namechar``. Defaults to ``False``. See `text expression`_ for an
316-
explanation.
315+
alphanumeric or a ``@@namechar``. Defaults to ``False``.
316+
See `token expression <syntax.html#text-or-text>`_ for an explanation.
317317

318318
whitespace
319319
~~~~~~~~~~

0 commit comments

Comments
 (0)