webgen v4.0.54 bugfixes
This commit is contained in:
parent
df387d741e
commit
9d687a6fe2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def edit(headline):
|
|||
subprocess.call([editor, headline])
|
||||
if dospellcheck:
|
||||
print(yellow)
|
||||
if input("You like to spellcheck it [y/N]?") == "y":
|
||||
if input("You like to spellcheck it first [y/N]?") == "y":
|
||||
subprocess.call([spellcheck, spellcheckparam, headline])
|
||||
print(green)
|
||||
return headline
|
||||
|
|
Loading…
Reference in a new issue