mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove semicolon
This commit is contained in:
parent
2a9b9cbea0
commit
dda0ce7285
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ def main():
|
|||
tree={}
|
||||
|
||||
# Check that the output directory exists
|
||||
checkopdir(pagedir);
|
||||
checkopdir(pagedir)
|
||||
|
||||
try:
|
||||
print 'Connecting to '+newshost+'...'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue