Skip to content

Commit e812001

Browse files
committed
Fix variable name in EO example
1 parent 72cb40c commit e812001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/extensions/eo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class EOExtension(
289289
.. code-block:: python
290290
291291
>>> item: pystac.Item = ...
292-
>>> view_ext = ViewExtension.ext(item)
292+
>>> eo_ext = EOExtension.ext(item)
293293
"""
294294

295295
def apply(

0 commit comments

Comments
 (0)