Skip to content

Commit

Permalink
Fix last errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 26, 2017
1 parent ece84d4 commit 98aa583
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions spyder_notebook/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright (c) Spyder Project Contributors
#
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)
# -----------------------------------------------------------------------------

"""Tests."""
8 changes: 4 additions & 4 deletions spyder_notebook/widgets/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ def shutdown_kernel(self):
self,
_("Server error"),
_("The Jupyter Notebook server "
"failed to shutdown the kernel "
"associated with this notebook. "
"If you want to shut it down, "
"you'll have to close Spyder."))
"failed to shutdown the kernel "
"associated with this notebook. "
"If you want to shut it down, "
"you'll have to close Spyder."))


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 98aa583

Please sign in to comment.