Skip to content

Commit

Permalink
Merge pull request #311 from martinRenou/fix_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 7, 2022
2 parents 5b8bcb3 + 80d2466 commit 3e5d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbformat/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def _dep_warn(field):
f"""`{field}` kwargs of validate has been deprecated for security
reasons, and will be removed soon.
Please explicitly use the `new_notebook,n_changes = nbformat.validator.normalize(old_notebook, ...)` if you wish to
Please explicitly use the `n_changes, new_notebook = nbformat.validator.normalize(old_notebook, ...)` if you wish to
normalise your notebook. `normalize` is available since nbformat 5.5.0
"""
Expand Down

0 comments on commit 3e5d4d5

Please sign in to comment.