We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bb2d2 commit 4a30dc9Copy full SHA for 4a30dc9
docs/spec/narrowing.rst
@@ -284,7 +284,7 @@ or by making the class to be narrowed final to avoid such a situation.
284
In practice, such correctness is not always neccessary, and may work against
285
your needs. for example, if you trust that users implementing
286
the Sequence Protocol are doing so in a way that is safe to iterate over,
287
-the following function can never be fully sound, but fully soundness is not necessarily
+the following function can never be fully sound, but full soundness is not necessarily
288
easier or better for your use::
289
290
def useful_unsoundness(s: Sequence[object]) -> TypeIs[Sequence[int]]:
0 commit comments