Skip to content

Commit 5645730

Browse files
authored
Merge pull request #804 from NCAS-CMS/Sharar-A
fixing a mistake in tutorial.rst
2 parents 81c415e + 38d82e9 commit 5645730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ retrieved with the `~Field.properties` method:
621621
.. code-block:: python
622622
:caption: *Retrieve all of the descriptive properties*
623623
624-
>>> q, t = cf.read('file.nc')
624+
>>> q, t = cf.read('file.nc')[1]
625625
>>> t.properties()
626626
{'Conventions': 'CF-1.11',
627627
'project': 'research',

0 commit comments

Comments
 (0)