Explorar o código

Remove new line in summary

oz123 %!s(int64=11) %!d(string=hai) anos
pai
achega
ea2ebd7475
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      blogit.py

+ 1 - 1
blogit.py

@@ -441,7 +441,7 @@ def new_post(GITDIRECTORY=CONFIG['output_to'],
     tags = '['+raw_input("Give the tags, separated by ', ':")+']'
     published = 'yes'
     chronological = 'yes'
-    summary = ("summary: |\n\tType your summary here\n\tDo not change the "
+    summary = ("summary: |\n\tType your summary here. Do not change the "
                "indentation"
                "to the left\n\t...\n\nStart writing your post here!")