summaryrefslogtreecommitdiff
path: root/docs/library/array.rst
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-08-01 00:58:23 +0700
committerhathach <thach@tinyusb.org>2018-08-01 00:58:23 +0700
commit1e524f1b9800b4d734e0c3db0fb6434176c4d7a8 (patch)
tree06a6ffe912cb65d1bb78974d35f6b9eba3800c2a /docs/library/array.rst
parent20c25f61d92cfde9f259ee06ee47915e7a3ea3c5 (diff)
parentbf033123a7fa75394fd7a01d17ec99afd9abe645 (diff)
Merge branch 'master' into nrf52840_usb_hid
Diffstat (limited to 'docs/library/array.rst')
-rw-r--r--docs/library/array.rst4
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.