Skip to content

Commit bae1423

Browse files
Add missing newline at EOF (zarr-developers#1253)
1 parent 6d0eeaa commit bae1423

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

data/donotdelete

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This directory is used for data files created during testing.
1+
This directory is used for data files created during testing.

docs/api/hierarchy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Groups (``zarr.hierarchy``)
3838
.. automethod:: zeros_like
3939
.. automethod:: ones_like
4040
.. automethod:: full_like
41-
.. automethod:: move
41+
.. automethod:: move

docs/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ To work with Zarr source code in development, install from GitHub::
2828
To verify that Zarr has been fully installed, run the test suite::
2929

3030
$ pip install pytest
31-
$ python -m pytest -v --pyargs zarr
31+
$ python -m pytest -v --pyargs zarr

requirements_rtfd.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sphinx-copybutton
77
sphinx-rtd-theme
88
numpydoc
99
numpy!=1.21.0
10-
msgpack-python==0.5.6
10+
msgpack-python==0.5.6

0 commit comments

Comments
 (0)