Skip to content

Commit 2a0c850

Browse files
authored
Merge pull request #239 from schwehr/spelling_extra_fields
layout.py: extra_fiels -> extra_fields
2 parents 50c6ab4 + 7e0f9ac commit 2a0c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LayoutTemplate:
2424
2525
- The object's attributes
2626
- Keys in the ``properties`` attribute, if it exists.
27-
- Keys in the ``extra_fiels`` attribute, if it exists.
27+
- Keys in the ``extra_fields`` attribute, if it exists.
2828
2929
Some special keys can be used in template variables:
3030

0 commit comments

Comments
 (0)