Skip to content

Commit f787abc

Browse files
authored
Fix typos found by codespell
1 parent 2356efb commit f787abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/sc2autosave.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
--------------------
3838
3939
The --rename option allows you to specify a renaming format string. The string
40-
is constructed the pythonic (3.0) way with {:field} indicating the substition
40+
is constructed the pythonic (3.0) way with {:field} indicating the substitution
4141
of a field. The forward slash (/) is a special character here which terminates
4242
a folder name and allows for organization into subdirectories. All other string
4343
characters form the template into which the fields are inserted.
@@ -138,7 +138,7 @@
138138
files every SECONDS seconds.
139139
--rename FORMAT
140140
:map - Inserts the map name.
141-
:date - Inserts a string formated datetime object using --date-format.
141+
:date - Inserts a string formatted datetime object using --date-format.
142142
:length - Inserts a string formatted time object using --length-format.
143143
:teams - Inserts a comma separated player list. Teams are separated
144144
with a ' vs ' string. Format the player with --player-format.
@@ -602,7 +602,7 @@ def main():
602602
try:
603603
run(parser.parse_args())
604604
except KeyboardInterrupt:
605-
print("\n\nScript Interupted. Process Aborting")
605+
print("\n\nScript Interrupted. Process Aborting")
606606

607607

608608
if __name__ == "__main__":

0 commit comments

Comments
 (0)