From 694d997f626d8ddcfcb65f947ecc54297509c272 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Tue, 28 May 2024 22:41:24 +0100 Subject: [PATCH] Fix typo in url stream notebook --- docs/examples/url_stream.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/url_stream.ipynb b/docs/examples/url_stream.ipynb index 29cb0df4..cdaf2974 100644 --- a/docs/examples/url_stream.ipynb +++ b/docs/examples/url_stream.ipynb @@ -167,7 +167,7 @@ "tags": [] }, "source": [ - "We can load the whole stream into memory by using ``read_all=True`` in :ref:`from_source() `. 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() `. The resulting object will be a :py:class:`FieldList` storing all the GRIB messages in memory." ] }, {