Skip to content

Commit fb35ed1

Browse files
committed
fixed some indentation
1 parent b0da0a9 commit fb35ed1

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

‎doc/source/quickstart.rst

+30-30
Original file line numberDiff line numberDiff line change
@@ -99,41 +99,41 @@ returns list of :class:`Commit <git.objects.commit.Commit>` objects
9999

100100
* Untracked files
101101

102-
Lets create a new file
102+
Lets create a new file
103103

104-
.. literalinclude:: ../../test/test_quick_doc.py
105-
:language: python
106-
:dedent: 8
107-
:start-after: # [7-test_cloned_repo_object]
108-
:end-before: # ![7-test_cloned_repo_object]
104+
.. literalinclude:: ../../test/test_quick_doc.py
105+
:language: python
106+
:dedent: 8
107+
:start-after: # [7-test_cloned_repo_object]
108+
:end-before: # ![7-test_cloned_repo_object]
109109

110-
.. literalinclude:: ../../test/test_quick_doc.py
111-
:language: python
112-
:dedent: 8
113-
:start-after: # [8-test_cloned_repo_object]
114-
:end-before: # ![8-test_cloned_repo_object]
110+
.. literalinclude:: ../../test/test_quick_doc.py
111+
:language: python
112+
:dedent: 8
113+
:start-after: # [8-test_cloned_repo_object]
114+
:end-before: # ![8-test_cloned_repo_object]
115115

116116
* Modified files
117117

118-
.. literalinclude:: ../../test/test_quick_doc.py
119-
:language: python
120-
:dedent: 8
121-
:start-after: # [9-test_cloned_repo_object]
122-
:end-before: # ![9-test_cloned_repo_object]
123-
124-
.. literalinclude:: ../../test/test_quick_doc.py
125-
:language: python
126-
:dedent: 8
127-
:start-after: # [10-test_cloned_repo_object]
128-
:end-before: # ![10-test_cloned_repo_object]
129-
130-
returns a list of :class:`Diff <git.diff.Diff>` objects
131-
132-
.. literalinclude:: ../../test/test_quick_doc.py
133-
:language: python
134-
:dedent: 8
135-
:start-after: # [11-test_cloned_repo_object]
136-
:end-before: # ![11-test_cloned_repo_object]
118+
.. literalinclude:: ../../test/test_quick_doc.py
119+
:language: python
120+
:dedent: 8
121+
:start-after: # [9-test_cloned_repo_object]
122+
:end-before: # ![9-test_cloned_repo_object]
123+
124+
.. literalinclude:: ../../test/test_quick_doc.py
125+
:language: python
126+
:dedent: 8
127+
:start-after: # [10-test_cloned_repo_object]
128+
:end-before: # ![10-test_cloned_repo_object]
129+
130+
returns a list of :class:`Diff <git.diff.Diff>` objects
131+
132+
.. literalinclude:: ../../test/test_quick_doc.py
133+
:language: python
134+
:dedent: 8
135+
:start-after: # [11-test_cloned_repo_object]
136+
:end-before: # ![11-test_cloned_repo_object]
137137

138138

139139
Trees & Blobs

0 commit comments

Comments
 (0)