We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28500d4 commit ed0ab63Copy full SHA for ed0ab63
docs/src/conversion.md
@@ -79,7 +79,7 @@ The following table specifies the conversion rules in place. If the initial Pyth
79
| `str` | `String`, `Symbol`, `Char`, `Vector{UInt8}`, `Vector{Int8}` |
80
| `range` | `UnitRange` |
81
| `collections.abc.Mapping` | `Dict` |
82
-| `collections.abc.Iterable` | `Vector`, `Set`, `Tuple`, `Pair` |
+| `collections.abc.Iterable` | `Vector`, `Set`, `Tuple`, `NamedTuple`, `Pair` |
83
| `datetime.timedelta` | `Dates.CompoundPeriod` |
84
| `numbers.Integral` | `Integer`, `Rational`, `Real`, `Number` |
85
| `numbers.Real` | `AbstractFloat`, `Number` |
0 commit comments