Skip to content

Commit de5d7ba

Browse files
authored
Numpydoc consistency. (#608)
Numpydoc expect space on each side of the colon, on it may mis-parse what this actually means.
1 parent b56848d commit de5d7ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

zarr/storage.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def _fromfile(self, fn):
743743
744744
Parameters
745745
----------
746-
fn: str
746+
fn : str
747747
Filepath to open and read from.
748748
749749
Notes
@@ -759,10 +759,9 @@ def _tofile(self, a, fn):
759759
760760
Parameters
761761
----------
762-
a: array-like
762+
a : array-like
763763
Data to write into the file.
764-
765-
fn: str
764+
fn : str
766765
Filepath to open and write to.
767766
768767
Notes

0 commit comments

Comments
 (0)