def func1(arg1): """Function docstring""" pass def func2(arg1: str): """Function docstring with annotated arg""" pass