Skip to content

Commit 0915b9a

Browse files
kivikakkwhitequark
authored andcommitted
docs/guide: remove extraneous "not only".
1 parent af4e4a7 commit 0915b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ The ``Mux(sel, val1, val0)`` choice expression (similar to the :ref:`conditional
783783
Arrays
784784
======
785785

786-
An *array* is a mutable collection that can be indexed not only with an :class:`int` or with a :ref:`value-like <lang-valuelike>` object. When indexed with an :class:`int`, it behaves like a :class:`list`. When indexed with a value-like object, it returns a proxy object containing the elements of the array that has three useful properties:
786+
An *array* is a mutable collection that can be indexed with an :class:`int` or with a :ref:`value-like <lang-valuelike>` object. When indexed with an :class:`int`, it behaves like a :class:`list`. When indexed with a value-like object, it returns a proxy object containing the elements of the array that has three useful properties:
787787

788788
* The result of accessing an attribute of the proxy object or indexing it is another proxy object that contains the elements transformed in the same way.
789789
* When the proxy object is :ref:`cast to a value <lang-valuelike>`, all of its elements are also cast to a value, and an element is selected using the index originally used with the array.

0 commit comments

Comments
 (0)