Skip to content

Commit

Permalink
Merge pull request #674 from vidartf/patch-1
Browse files Browse the repository at this point in the history
Fix project name
  • Loading branch information
Steven Silvester authored Aug 6, 2021
2 parents 4c469e0 + fcdcb52 commit 920d9e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jupyter_client/kernelspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ def _deprecated_trait(self, change):
# protects backward-compatible config from warnings
# if they set the same value under both names
self.log.warning(
"{cls}.{old} is deprecated in JupyterLab {version}, use {cls}.{new} instead".format(
(
"{cls}.{old} is deprecated in jupyter_client "
"{version}, use {cls}.{new} instead"
).format(
cls=self.__class__.__name__,
old=old_attr,
new=new_attr,
Expand Down

0 comments on commit 920d9e1

Please sign in to comment.