Skip to content

Commit

Permalink
docstring lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 4, 2017
1 parent 9e6a94b commit c3d4f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nikola/plugins/compile/ipynb.py
Expand Up @@ -195,9 +195,9 @@ def create_post(self, path, **kw):


def get_default_jupyter_config():
"""
Search default jupyter configuration location paths
and return dictionary from configuration json files.
"""Search default jupyter configuration location paths.
Return dictionary from configuration json files.
"""
config = {}
try:
Expand Down

0 comments on commit c3d4f3e

Please sign in to comment.