diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:04:13 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:04:13 -0500 |
commit | e707c064f8046e6ed384d43bb16fba50354a159a (patch) | |
tree | 8c393d821a5b2d100849db5aed07507ac2443aea /vba_autoplayer.py | |
parent | fc931b7f270705e03f66a039047c459af33564da (diff) |
remove dangling whitespace in source code files
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. """ |