Skip to content

Commit 6537f41

Browse files
author
Dorian Birraux
committed
minor doc fix
1 parent e41fd9b commit 6537f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docpages/public_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Example::
8282
If no converter is defined for a class that has an `__iter__` method, it is converted to a Wolfram Language :wl:`List`::
8383

8484
>>> export((i + 2 for i in range(10)))
85-
'"{2, 3, 4, 5, 6, 7, 8, 9, 10, 11}"'
85+
'{2, 3, 4, 5, 6, 7, 8, 9, 10, 11}'
8686

8787
Python generators are also serialized as :wl:`List`::
8888

0 commit comments

Comments
 (0)