Skip to content

Commit 9310571

Browse files
committed
doco
1 parent 83ddb6b commit 9310571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Resize the array and add more data::
8282
zarr.ext.Array((20000, 1000), int32, chunks=(1000, 100), cname='blosclz', clevel=5, shuffle=1)
8383
nbytes: 76.3M; cbytes: 4.0M; ratio: 19.3
8484

85-
For convenience, an `append` method is also available, which can be used to
85+
For convenience, an ``append()`` method is also available, which can be used to
8686
append data to any axis::
8787

8888
>>> a = np.arange(10000000, dtype='i4').reshape(10000, 1000)

0 commit comments

Comments
 (0)