diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:07:06 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:07:06 -0500 |
commit | 162b3eab0ef619928dce5457f9ce7c358f5b34db (patch) | |
tree | 8c393d821a5b2d100849db5aed07507ac2443aea /vba_autoplayer.py | |
parent | 13dfbba8d21b843cc3bb871ed06088ca72cde8c3 (diff) | |
parent | e707c064f8046e6ed384d43bb16fba50354a159a (diff) |
Merge branch 'fix-tabs' into master
Diffstat (limited to 'vba_autoplayer.py')
-rw-r--r-- | vba_autoplayer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vba_autoplayer.py b/vba_autoplayer.py index 349fc20..caf76d5 100644 --- a/vba_autoplayer.py +++ b/vba_autoplayer.py @@ -28,7 +28,7 @@ def skippable(func): """ Makes a function skippable. - Saves the state before and after the function runs. + Saves the state before and after the function runs. Pass "skip=True" to the function to load the previous save state from when the function finished. """ |