Skip to content

Commit

Permalink
Fix comment spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 authored and schwehr committed Apr 14, 2021
1 parent 22cffee commit a24705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystac/stac_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def default_write_text_method(uri, txt):
"""

write_text_method = default_write_text_method
"""Users of PySTAC can replace the writte_text_method in order
"""Users of PySTAC can replace the write_text_method in order
to expand the ability of PySTAC to write to different file systems.
For example, a client of the library might replace this class
member in it's own __init__.py with a method that can read from
Expand Down

0 comments on commit a24705e

Please sign in to comment.