We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41fd9b commit 6537f41Copy full SHA for 6537f41
1 file changed
docs/docpages/public_api.rst
@@ -82,7 +82,7 @@ Example::
82
If no converter is defined for a class that has an `__iter__` method, it is converted to a Wolfram Language :wl:`List`::
83
84
>>> export((i + 2 for i in range(10)))
85
- '"{2, 3, 4, 5, 6, 7, 8, 9, 10, 11}"'
+ '{2, 3, 4, 5, 6, 7, 8, 9, 10, 11}'
86
87
Python generators are also serialized as :wl:`List`::
88
0 commit comments