Skip to content

Commit

Permalink
Update composing-types.rst small typo "to now" -> "to know" (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
LLyaudet committed Dec 29, 2023
1 parent 7ae8fcc commit 6cfb535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/composing-types.rst
Expand Up @@ -115,7 +115,7 @@ type. For example:
# At this point the object will no longer satisfy the HasMany predicate.
instance.len = 2
# There is no way for a type checker to now that the predicate isn't fulfilled
# There is no way for a type checker to know that the predicate isn't fulfilled
# anymore, so the revealed type here will still be HasMany.
reveal_type(instance) # Revealed type is HasMany
Expand Down

0 comments on commit 6cfb535

Please sign in to comment.