Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Feb 29, 2020
1 parent bea02f1 commit 5147d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_cache/cli/commands/cmd_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@options.CACHE_PATH
@arguments.PKS
def execute_nbs(cache_path, entry_point, pks):
"""Execute staged notebooks that are outdated (or filtered by IDS)."""
"""Execute staged notebooks that are outdated."""
import yaml
from jupyter_cache.executors import load_executor

Expand Down

0 comments on commit 5147d14

Please sign in to comment.