Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ make it easy to create managed arrays from Python:
```python
from System import Array

myarray = Array[int](10)
myarray = Array[int](range(10))
```

Managed arrays support the standard Python sequence protocols:
Expand Down