We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 284e082 + 180a461 commit 451461bCopy full SHA for 451461b
docs/typehinting.rst
@@ -116,7 +116,7 @@ We wil working on the following example code. This does not do much useful thing
116
print("Passed: {0}. The toral score of {1} is {2}".format(std.is_passed(), std.name, std.total_score()))
117
118
119
-You may find some errors in the code, but in case of a large codebase we can not detet the similar issues unless we see the runtime errors.
+You may find some errors in the code, but in case of a large codebase we can not detect the similar issues unless we see the runtime errors.
120
121
Using mypy
122
-----------
0 commit comments