Skip to content

Commit c3d4f3e

Browse files
committedMar 4, 2017
docstring lint
1 parent 9e6a94b commit c3d4f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎nikola/plugins/compile/ipynb.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def create_post(self, path, **kw):
195195

196196

197197
def get_default_jupyter_config():
198-
"""
199-
Search default jupyter configuration location paths
200-
and return dictionary from configuration json files.
198+
"""Search default jupyter configuration location paths.
199+
200+
Return dictionary from configuration json files.
201201
"""
202202
config = {}
203203
try:

0 commit comments

Comments
 (0)
Please sign in to comment.