Commit 71e8134f authored by Zachary Ware's avatar Zachary Ware

Merge with 3.5

parents 65aaef42 3df11b2b
......@@ -20,7 +20,7 @@ The function below takes and returns a string and is annotated as follows::
def greeting(name: str) -> str:
return 'Hello ' + name
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
:class:`str` and the return type :class:`str`. Subtypes are accepted as
arguments.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment