Fix in Pet Peeves example for consistency (#1208)

This commit is contained in:
Shayaan Syed Ali 2019-10-18 03:30:07 -04:00 committed by Petr Viktorin
parent 635c6914a2
commit f5ce32302f
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ Other Recommendations
Yes::
def munge(input: AnyStr): ...
def munge() -> AnyStr: ...
def munge() -> PosInt: ...
No::