1
0
Oz N Tiram 9 жил өмнө
parent
commit
6f0b222cca
1 өөрчлөгдсөн 12 нэмэгдсэн , 12 устгасан
  1. 12 12
      blogit/blogit.py

+ 12 - 12
blogit/blogit.py

@@ -182,18 +182,18 @@ class Entry(object):
 
     .. code:
 
-            title: Blog post 1
-            author: Famous author
-            published: 2015-01-11
-            tags: [python, git, bash, linux]
-            public: yes
-            chronological: yes
-            kind: writing
-            summary: |
-                This is a summry of post 1. Donec id elit non mi porta
-                ...
-
-            This is the body of post 1. Donec id elit non mi porta gravida
+        title: Blog post 1
+        author: Famous author
+        published: 2015-01-11
+        tags: [python, git, bash, linux]
+        public: yes
+        chronological: yes
+        kind: writing
+        summary: |
+            This is a summry of post 1. Donec id elit non mi porta
+            ...
+
+        This is the body of post 1. Donec id elit non mi porta gravida
     """
 
     @classmethod