Skip to content

Commit

Permalink
DOC: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yogabonito authored and Byron committed Dec 1, 2021
1 parent 62131f3 commit 2141eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
GitPython Tutorial
==================

GitPython provides object model access to your git repository. This tutorial is composed of multiple sections, most of which explains a real-life usecase.
GitPython provides object model access to your git repository. This tutorial is composed of multiple sections, most of which explain a real-life use case.

All code presented here originated from `test_docs.py <https://github.com/gitpython-developers/GitPython/blob/main/test/test_docs.py>`_ to assure correctness. Knowing this should also allow you to more easily run the code for your own testing purposes, all you need is a developer installation of git-python.
All code presented here originated from `test_docs.py <https://github.com/gitpython-developers/GitPython/blob/main/test/test_docs.py>`_ to assure correctness. Knowing this should also allow you to more easily run the code for your own testing purposes. All you need is a developer installation of git-python.

Meet the Repo type
******************
Expand Down

0 comments on commit 2141eae

Please sign in to comment.