From 4c968f47e0df71d78c4c02f1e8fa008be70661c7 Mon Sep 17 00:00:00 2001
From: tav <tav@espians.com>
Date: Tue, 9 Oct 2012 01:24:54 +0100
Subject: [PATCH] doc: Remove duplicate word typo in the tutorial.

---
 doc/tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorial.md b/doc/tutorial.md
index 36b118a21a37f..d49fcf92cabea 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -965,7 +965,7 @@ s.draw();
 ~~~
 
 This defines an _implementation_ for `Shape` containing a single
-method, `draw`. In most most respects the `draw` method is defined
+method, `draw`. In most respects the `draw` method is defined
 like any other function, with the exception of the name `self`. `self`
 is a special value that is automatically defined in each method,
 referring to the value being operated on. If we wanted we could add