Skip to content

Commit d712cb3

Browse files
Update Lib/typing.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 6d5b09c commit d712cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ def overload(func):
26892689
26902690
In a non-stub file, place two or more stub definitions for the same
26912691
function in a row, each decorated with @overload, followed
2692-
with an implementation. The implementation should *not*
2692+
by an implementation. The implementation should *not*
26932693
be decorated with @overload::
26942694
26952695
@overload

0 commit comments

Comments
 (0)