Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
Change-Id: Ie76d609981c9d78135840e35b6fcbe34381a5bdd
  • Loading branch information
adonovan committed Sep 19, 2019
1 parent 988906f commit 4104d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,7 @@ Example:
def twice(x):
return x * 2
str(twice) # "<function f>"
str(twice) # "<function twice>"
twice(2) # 4
twice("two") # "twotwo"
```
Expand Down

0 comments on commit 4104d23

Please sign in to comment.