Skip to content

Commit 0fb78c8

Browse files
fixed typo
Co-authored-by: Pete Gadomski <[email protected]>
1 parent 40b0c8f commit 0fb78c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/extensions/mlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ def accelerator(self, v: AcceleratorType | None) -> None:
16081608
@property
16091609
def accelerator_constrained(self) -> bool | None:
16101610
"""
1611-
Get or set the accelerator_constrianed property
1611+
Get or set the accelerator_constrained property
16121612
"""
16131613
return self._get_property(ACCELERATOR_CONSTRAINED_PROP, bool)
16141614

0 commit comments

Comments
 (0)