diff options
Diffstat (limited to 'docs/library/array.rst')
| -rw-r--r-- | docs/library/array.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/array.rst b/docs/library/array.rst index 0f1310b68..d0121cb3e 100644 --- a/docs/library/array.rst +++ b/docs/library/array.rst @@ -21,9 +21,9 @@ Classes .. method:: append(val) - Append new element to the end of array, growing it. + Append new element ``val`` to the end of array, growing it. .. method:: extend(iterable) - Append new elements as contained in an iterable to the end of + Append new elements as contained in `iterable` to the end of array, growing it. |
