X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/366a0806eb4edd94d4d20cc6912333586bdc9fa7..8b0680533420c2ea367860fcbb08df99317a6b44:/src/black/__init__.py diff --git a/src/black/__init__.py b/src/black/__init__.py index 60f4fa3..d033e01 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -977,7 +977,7 @@ def format_ipynb_string(src_contents: str, *, fast: bool, mode: Mode) -> FileCon """Format Jupyter notebook. Operate cell-by-cell, only on code cells, only for Python notebooks. - If the ``.ipynb`` originally had a trailing newline, it'll be preseved. + If the ``.ipynb`` originally had a trailing newline, it'll be preserved. """ trailing_newline = src_contents[-1] == "\n" modified = False