From 7bfca5efce8988e6070e7284bd409d1a731a3fbc Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 20 Mar 2010 11:45:58 -0400 Subject: Many small doc changes pulled in from the 0.1.7RC branch. --- lib/git/tree.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/git/tree.py') diff --git a/lib/git/tree.py b/lib/git/tree.py index aaeca828..02266dce 100644 --- a/lib/git/tree.py +++ b/lib/git/tree.py @@ -64,9 +64,9 @@ class Tree(LazyMixin): Examples:: - >>> Repo('/path/to/python-git').tree/'lib' + >>> Repo('/path/to/python-git').tree()/'lib' - >>> Repo('/path/to/python-git').tree/'README.txt' + >>> Repo('/path/to/python-git').tree()/'README' Returns -- cgit v1.2.1