diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-30 05:05:49 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-30 05:05:49 -0500 |
commit | ff2475e98fe1726f8b1af1b3dc30746cc4e01071 (patch) | |
tree | 8b4267161357c5c2459e54161a6e3b964ca17637 /libbe/bugdir.py | |
parent | 759c69d8c8a4bbd7ba9c42bb3a813cd0d06a52b7 (diff) | |
download | bugseverywhere-ff2475e98fe1726f8b1af1b3dc30746cc4e01071.tar.gz |
Minor BugDir docstring typo correction.
Diffstat (limited to 'libbe/bugdir.py')
-rw-r--r-- | libbe/bugdir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bugdir.py b/libbe/bugdir.py index 3d07754..301ceb6 100644 --- a/libbe/bugdir.py +++ b/libbe/bugdir.py @@ -115,7 +115,7 @@ class BugDir (list, settings_object.SavedSettingsObject): all bugs/comments/etc. that have been loaded into memory. If you've been living in memory and want to move to .sync_with_disk==True, but you're not sure if anything has been - changed in memory, a call to save() immediately before the + changed in memory, a call to .save() immediately before the .set_sync_with_disk(True) call is a safe move. Regardless of .sync_with_disk, a call to .save() will write out |