Skip to content

Commit

Permalink
Fixes code style issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 2, 2017
1 parent 10d22ce commit 56a93e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_notebook/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_kernel_id(client):
return (kernel_id, sessions_url)

def is_kernel_up(kernel_id, sessions_url):
"""Determines if the kernel with the id is up."""
"""Determine if the kernel with the id is up."""
sessions_req = requests.get(sessions_url).content.decode()
sessions = json.loads(sessions_req)

Expand Down

0 comments on commit 56a93e0

Please sign in to comment.