Skip to content

Commit

Permalink
doc: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 16, 2024
1 parent 7740aeb commit 32c63bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/common_mistakes.rst
Expand Up @@ -128,10 +128,10 @@ This restriction is easily removed using *top*:
... e.report()
['a', 'b']
The *top* argument can take any of the following values: *"dict"*, *dict*,
*"list"*, *list*, *"str"*, *str*, *"any"*, or *any*. The default value is
*dict*. The value given for *top* also determines the value returned by
:func:`load` and :func:`loads` if the *NestedText* document is empty.
The *top* argument can take any of the values shown in the table below. The
default value is *dict*. The value given for *top* also determines the value
returned by :func:`load` and :func:`loads` if the *NestedText* document is
empty.
================ =================================
*top* value returned for empty document
Expand Down

0 comments on commit 32c63bc

Please sign in to comment.