diff --git a/docs/migrating.rst b/docs/migrating.rst index fa13a189..c279ed91 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -188,9 +188,6 @@ Will be written like this in the new version:: def function1(arg1, arg2, *, arg3=None, arg4=None) pass -Note that this could change if Python 2.7 support is added at some point, which -is still a possibility. - Exceptions ==========