Skip to content

Commit a24705e

Browse files
l0b0schwehr
authored andcommitted
Fix comment spelling mistake
1 parent 22cffee commit a24705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/stac_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def default_write_text_method(uri, txt):
4141
"""
4242

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

0 commit comments

Comments
 (0)