commit | b712873a63fb0b0776d86dab5436ff8952eba02c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 24 11:04:06 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 24 11:04:06 2013 +0200 |
tree | c67bb711363f9e58dcc06bee95cf430b984dd03d | |
parent | 610f84af0d810f4d43336ca4f8408d60655d5bf2 [diff] [blame] |
Removed spaces before colons and semicolons.
diff --git a/Doc/library/rexec.rst b/Doc/library/rexec.rst index 6b6923c..12f6faa 100644 --- a/Doc/library/rexec.rst +++ b/Doc/library/rexec.rst
@@ -270,7 +270,7 @@ if mode in ('r', 'rb'): pass elif mode in ('w', 'wb', 'a', 'ab'): - # check filename : must begin with /tmp/ + # check filename: must begin with /tmp/ if file[:5]!='/tmp/': raise IOError("can't write outside /tmp") elif (string.find(file, '/../') >= 0 or