Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typos found by codespell
  • Loading branch information
cclauss authored Jan 19, 2020
commit f787abcacadc4fd2d0e244bc24782fce754553eb
6 changes: 3 additions & 3 deletions examples/sc2autosave.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
--------------------
The --rename option allows you to specify a renaming format string. The string
is constructed the pythonic (3.0) way with {:field} indicating the substition
is constructed the pythonic (3.0) way with {:field} indicating the substitution
of a field. The forward slash (/) is a special character here which terminates
a folder name and allows for organization into subdirectories. All other string
characters form the template into which the fields are inserted.
Expand Down Expand Up @@ -138,7 +138,7 @@
files every SECONDS seconds.
--rename FORMAT
:map - Inserts the map name.
:date - Inserts a string formated datetime object using --date-format.
:date - Inserts a string formatted datetime object using --date-format.
:length - Inserts a string formatted time object using --length-format.
:teams - Inserts a comma separated player list. Teams are separated
with a ' vs ' string. Format the player with --player-format.
Expand Down Expand Up @@ -602,7 +602,7 @@ def main():
try:
run(parser.parse_args())
except KeyboardInterrupt:
print("\n\nScript Interupted. Process Aborting")
print("\n\nScript Interrupted. Process Aborting")


if __name__ == "__main__":
Expand Down