Jelajahi Sumber

Remove new line in summary

oz123 11 tahun lalu
induk
melakukan
ea2ebd7475
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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!")