Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 3874128 commit 3df11b2Copy full SHA for 3df11b2
1 file changed
Doc/library/typing.rst
@@ -20,7 +20,7 @@ The function below takes and returns a string and is annotated as follows::
20
def greeting(name: str) -> str:
21
return 'Hello ' + name
22
23
-In the function ``greeting``, the argument ``name`` is expected to by of type
+In the function ``greeting``, the argument ``name`` is expected to be of type
24
:class:`str` and the return type :class:`str`. Subtypes are accepted as
25
arguments.
26
0 commit comments