From c04c60f12d3684ecf961509d1b8db895e6f9aac0 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Thu, 17 Jul 2008 17:22:01 -0400 Subject: Removed method_missing since it was only used in one place. --- doc/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 92ed3cdc..5ad56129 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -184,7 +184,7 @@ What Else? There is more stuff in there, like the ability to tar or gzip repos, stats, log, blame, and probably a few other things. Additionally calls to the git -instance are handled through a ``method_missing`` construct, which makes +instance are handled through a ``__getattr__`` construct, which makes available any git commands directly, with a nice conversion of Python dicts to command line parameters. -- cgit v1.2.3