Skip to content

Commit 798c8ce

Browse files
Fix typo in url stream notebook (#395)
1 parent 90b2f0c commit 798c8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/url_stream.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"tags": []
168168
},
169169
"source": [
170-
"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."
170+
"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."
171171
]
172172
},
173173
{

0 commit comments

Comments
 (0)