diff --git a/docs/iris/src/further_topics/lenient_metadata.rst b/docs/iris/src/further_topics/lenient_metadata.rst index 1b31759d9a..ada7049786 100644 --- a/docs/iris/src/further_topics/lenient_metadata.rst +++ b/docs/iris/src/further_topics/lenient_metadata.rst @@ -335,10 +335,10 @@ Lenient combination The behaviour of the lenient ``combine`` metadata class method is outlined in :numref:`lenient combine table`, and as with :ref:`lenient equality` and -:ref:`lenient difference` is enabled throught the ``lenient`` keyword argument. +:ref:`lenient difference` is enabled through the ``lenient`` keyword argument. The difference in behaviour between **lenient** and -:ref:`strict combination ` is centered around the lenient +:ref:`strict combination ` is centred around the lenient handling of combining **something** with **nothing** (``None``) to return **something**. Whereas strict combination will only return a result from combining identical objects. diff --git a/docs/iris/src/whatsnew/3.0.rst b/docs/iris/src/whatsnew/3.0.rst index d5d604fc21..f0df167cce 100644 --- a/docs/iris/src/whatsnew/3.0.rst +++ b/docs/iris/src/whatsnew/3.0.rst @@ -19,7 +19,7 @@ This document explains the changes made to Iris for this release * We've finally dropped support for ``Python 2``, so welcome to ``Iris 3`` and ``Python 3``! * We've extended our coverage of the `CF Conventions and Metadata`_ by - introducting support for `CF Ancillary Data`_ and `Quality Flags`_, + introducing support for `CF Ancillary Data`_ and `Quality Flags`_, * Lazy regridding is now available for several regridding schemes, * Managing and manipulating metadata within Iris is now easier and more consistent thanks to the introduction of a new common metadata API,