diff --git a/README.md b/README.md index dba1d49..4f49e80 100644 --- a/README.md +++ b/README.md @@ -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: