Skip to content

Commit 2d7daca

Browse files
committed
fix doctests
1 parent 29c1cdd commit 2d7daca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ the time required to write an array with different values.::
211211
... start = time.time()
212212
... arr[:] = value
213213
... elapsed = time.time() - start
214-
... result.append((elapsed, arr.nchunks_initialized))
214+
... result.append((elapsed, arr.nshards_initialized))
215215
... return result
216216
... # log results
217217
>>> for write_empty_chunks in (True, False):

0 commit comments

Comments
 (0)