Skip to content

Commit 451461b

Browse files
authored
Merge pull request #109 from CuriousLearner/master
Fixes minor typo in typehinting.rst
2 parents 284e082 + 180a461 commit 451461b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typehinting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ We wil working on the following example code. This does not do much useful thing
116116
print("Passed: {0}. The toral score of {1} is {2}".format(std.is_passed(), std.name, std.total_score()))
117117

118118

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.
119+
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.
120120

121121
Using mypy
122122
-----------

0 commit comments

Comments
 (0)