File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
200200is 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 >`_
210210section 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
222222trace_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
249249left_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
318318whitespace
319319~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments