Skip to content

Commit

Permalink
Merge pull request #727 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
polm authored Jul 14, 2022
2 parents 17846c4 + 2da00a3 commit b4b37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinc/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class Floats1d(_Array1d, _Floats):

@classmethod
def __get_validators__(cls):
"""Runtine validation for pydantic."""
"""Runtime validation for pydantic."""
yield lambda v: validate_array(v, ndim=1, dtype="f")

def __iter__(self) -> Iterator[float]: ...
Expand Down

0 comments on commit b4b37ce

Please sign in to comment.