Skip to content

Commit

Permalink
Fix doctest in Py2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 63fc5d0 commit 38fbde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ to Lua tables.
11
>>> t1[2]['b']
22
>>> dict(t2[2])
{'b': 42}
>>> t2[2]['b']
42
>>> list(t1[1].values())
[10, 20, 30]
>>> list(t2[1].values())
Expand Down

0 comments on commit 38fbde6

Please sign in to comment.