Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issues with captions of certain tutorials #533

Merged
merged 8 commits into from
Dec 20, 2022
Merged
Prev Previous commit
Next Next commit
Update docs/source/tutorial.rst
Co-authored-by: David Hassell <[email protected]>
  • Loading branch information
bewithankit and davidhassell committed Dec 20, 2022
commit 2f6e08ace6e3f73c0d20e7c3e1b5c04fc18fd842
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3272,7 +3272,7 @@ Conditions may also be applied to multi-dimensional metadata
constructs

.. code-block:: python
:caption: *Create subspace whose domain spans latitudes within the range of 51 to 53 degrees north, with the other domain axes remaining unchanged.*
:caption: *Create a subspace whose domain spans latitudes within the range of 51 to 53 degrees north, with the other domain axes remaining unchanged.*

>>> print(t)
Field: air_temperature (ncvar%ta)
Expand Down