From 1f66cfbbce58b4b552b041707a12d437cc5f400a Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 7 May 2008 20:47:35 -0400 Subject: just more documentation fixes. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 1fbe3e43..8725f820 100644 --- a/README +++ b/README @@ -51,11 +51,11 @@ Initialize a Repo object The first step is to create a ``Repo`` object to represent your repository. >>> from git_python import * - >>> repo = Repo.new("/Users/mtrier/Development/git-python") + >>> repo = Repo("/Users/mtrier/Development/git-python") -In the above example, the directory ``/Users/mtrier/Development/git-python`` is my working -repo and contains the ``.git`` directory. You can also initialize GitPython with a -bare repo. +In the above example, the directory ``/Users/mtrier/Development/git-python`` +is my working repository and contains the ``.git`` directory. You can also +initialize GitPython with a bare repository. >>> repo = Repo.init_bare("/var/git/git-python.git") -- cgit v1.2.1