Skip to content

Commit 2333c32

Browse files
committed
style fixes
1 parent 8e799a7 commit 2333c32

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/sc2autosave.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@
7777
keeps the script from looking into the 'Saved' subdirectory.
7878
7979
sc2autosave \
80-
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Mutliplayer \
81-
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplater/Saved \
80+
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer \
81+
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer/Saved \
8282
--period 10 \
8383
--depth 0
8484
8585
This next configuration runs in batch mode using the default renaming format.
8686
8787
sc2autosave \
88-
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Mutliplayer \
89-
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplater/Saved \
88+
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer \
89+
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer/Saved \
9090
--rename
9191
9292
(ZvP) Lost Temple: ShadesofGray(Z) vs Trisfall(P).SC2Replay
@@ -96,8 +96,8 @@
9696
by replay format and favors ShadesofGray in the player and team orderings.
9797
9898
sc2autosave \
99-
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Mutliplayer \
100-
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplater/Saved \
99+
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer \
100+
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer/Saved \
101101
--rename "{:format}/{:matchup} on {:map}: {:teams}" \
102102
--player-format "{:name}({:play_race})" \
103103
--team-order-by number \
@@ -112,8 +112,8 @@
112112
length to show both minutes and seconds.
113113
114114
sc2autosave \
115-
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Mutliplayer \
116-
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplater/Saved \
115+
--source ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer \
116+
--dest ~/My\\ Documents/Starcraft\\ II/Accounts/.../Multiplayer/Saved \
117117
--rename "{:matchup}/({:length}) {:map}: {:teams}" \
118118
--player-format "{:name}({:play_race})" \
119119
--team-order-by number \

sc2reader/engine/plugins/creeptracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class creep_tracker:
105105
def __init__(self, replay):
106106
# if the debug option is selected, minimaps will be printed to a file
107107
##and a stringIO containing the minimap image will be saved for
108-
##every minite in the game and the minimap with creep highlighted
108+
##every minute in the game and the minimap with creep highlighted
109109
## will be printed out.
110110
self.debug = replay.opt["debug"]
111111
##This list contains creep spread area for each player

0 commit comments

Comments
 (0)