Skip to content

Commit ed0ab63

Browse files
author
Christopher Doris
committed
docs
1 parent 28500d4 commit ed0ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/conversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following table specifies the conversion rules in place. If the initial Pyth
7979
| `str` | `String`, `Symbol`, `Char`, `Vector{UInt8}`, `Vector{Int8}` |
8080
| `range` | `UnitRange` |
8181
| `collections.abc.Mapping` | `Dict` |
82-
| `collections.abc.Iterable` | `Vector`, `Set`, `Tuple`, `Pair` |
82+
| `collections.abc.Iterable` | `Vector`, `Set`, `Tuple`, `NamedTuple`, `Pair` |
8383
| `datetime.timedelta` | `Dates.CompoundPeriod` |
8484
| `numbers.Integral` | `Integer`, `Rational`, `Real`, `Number` |
8585
| `numbers.Real` | `AbstractFloat`, `Number` |

0 commit comments

Comments
 (0)