Skip to content

Commit 920d9e1

Browse files
author
Steven Silvester
authored
Merge pull request #674 from vidartf/patch-1
Fix project name
2 parents 4c469e0 + fcdcb52 commit 920d9e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: jupyter_client/kernelspec.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,10 @@ def _deprecated_trait(self, change):
180180
# protects backward-compatible config from warnings
181181
# if they set the same value under both names
182182
self.log.warning(
183-
"{cls}.{old} is deprecated in JupyterLab {version}, use {cls}.{new} instead".format(
183+
(
184+
"{cls}.{old} is deprecated in jupyter_client "
185+
"{version}, use {cls}.{new} instead"
186+
).format(
184187
cls=self.__class__.__name__,
185188
old=old_attr,
186189
new=new_attr,

0 commit comments

Comments
 (0)