Skip to content

Commit 7b3645c

Browse files
committed
Remove abbreviation in comment
1 parent e84c283 commit 7b3645c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitchart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _git_command(self, command1, command2=None):
124124
return (proc2.communicate()[0].decode('utf-8', errors='ignore')
125125
.strip().split('\n'))
126126

127-
# execute a single git cmd and return output
127+
# execute a single git command and return output
128128
proc = subprocess.Popen(command1, stdout=subprocess.PIPE,
129129
cwd=self.repository)
130130
return (proc.communicate()[0].decode('utf-8', errors='ignore')

0 commit comments

Comments
 (0)