Skip to content

Commit

Permalink
Fix typo in url stream notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 28, 2024
1 parent 90b2f0c commit 694d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/url_stream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"tags": []
},
"source": [
"We can load the whole stream into memory by using ``read_all=True`` in :ref:`from_source() <data-sources-url>`. The resulting object will be a py:class:`FieldList` storing all the GRIB messages in memory."
"We can load the whole stream into memory by using ``read_all=True`` in :ref:`from_source() <data-sources-url>`. The resulting object will be a :py:class:`FieldList` storing all the GRIB messages in memory."
]
},
{
Expand Down

0 comments on commit 694d997

Please sign in to comment.