Skip to content

Commit c3fb1ef

Browse files
committed
doc tweaks [ci skip]
1 parent ebf67f5 commit c3fb1ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Here we consider all functions, classes and methods that do not begin with an
236236
underscore as part of the Zarr public API. Any change to the public API that does **not**
237237
break existing third party code importing Zarr, or cause third party code to behave in
238238
a different way, is a **backwards-compatible API change**. For example, adding a new
239-
function, class or method is usually a backwards compatible change. However, removing a
239+
function, class or method is usually a backwards-compatible change. However, removing a
240240
function, class or method; removing an argument to a function or method; adding a
241241
required argument to a function or method; or changing the behaviour of a function or
242242
method, are examples of **backwards-incompatible API changes**.

docs/release.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Enhancements
124124
continue to work, however a warning will be raised to encourage use of the
125125
``object_codec`` parameter. :issue:`208`, :issue:`212`.
126126

127-
* **Added support for ``datetime64`` and ``timedelta64`` data types**;
127+
* **Added support for datetime64 and timedelta64 data types**;
128128
:issue:`85`, :issue:`215`.
129129

130130
* **Array and group attributes are now cached by default** to improve performance with
@@ -197,8 +197,8 @@ Maintenance
197197
Acknowledgments
198198
~~~~~~~~~~~~~~~
199199

200-
Code was contributed to this release by :user:`John Kirkham <jakirkham>` and
201-
:user:`Prakhar Goel <newt0311>`.
200+
Code was contributed to this release by :user:`Alistair Miles <alimanfoo`, :user:`John
201+
Kirkham <jakirkham>` and :user:`Prakhar Goel <newt0311>`.
202202

203203
Documentation was contributed to this release by :user:`Mamy Ratsimbazafy <mratsim>`
204204
and :user:`Charles Noyes <CSNoyes>`.

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ groups and datasets, use :func:`zarr.convenience.copy_all`, e.g.::
860860
└── spam (100,) int64
861861

862862
If you need to copy data between two Zarr groups, the
863-
func:`zarr.convenience.copy` and :func:`zarr.convenience.copy_all` functions can
863+
:func:`zarr.convenience.copy` and :func:`zarr.convenience.copy_all` functions can
864864
be used and provide the most flexibility. However, if you want to copy data
865865
in the most efficient way possible, without changing any configuration options,
866866
the :func:`zarr.convenience.copy_store` function can be used. This function

0 commit comments

Comments
 (0)