Fix typo in docstring (#1700)

Added a missing preposition
This commit is contained in:
Daniel 2020-09-13 17:59:18 +02:00 committed by GitHub
parent c0a8e42243
commit 811decd7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -925,7 +925,7 @@ def format_stdin_to_stdout(
def format_file_contents(src_contents: str, *, fast: bool, mode: Mode) -> FileContent:
"""Reformat contents a file and return new contents.
"""Reformat contents of a file and return new contents.
If `fast` is False, additionally confirm that the reformatted code is
valid by calling :func:`assert_equivalent` and :func:`assert_stable` on it.