Skip to content

Commit

Permalink
Merge pull request #33 from takluyver/signdb-in-data
Browse files Browse the repository at this point in the history
Correct docstring - signature database is in data dir, not runtime
  • Loading branch information
minrk committed Jan 25, 2016
2 parents 6b512f9 + a154ab3 commit ebc4045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbformat/sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _data_dir_default(self):

db_file = Unicode(config=True,
help="""The sqlite file in which to store notebook signatures.
By default, this will be in your Jupyter runtime directory.
By default, this will be in your Jupyter data directory.
You can set it to ':memory:' to disable sqlite writing to the filesystem.
""")
def _db_file_default(self):
Expand Down

0 comments on commit ebc4045

Please sign in to comment.