From 9f1934163e6d37b29883b72e4ec35dba0b9d618f Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Mon, 21 Jan 2013 09:54:39 +0100 Subject: [PATCH] fix indentation error in userguide --- docs/src/userguide/language_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/userguide/language_basics.rst b/docs/src/userguide/language_basics.rst index 49fd7a5..fab7e5a 100644 --- a/docs/src/userguide/language_basics.rst +++ b/docs/src/userguide/language_basics.rst @@ -79,7 +79,7 @@ can group them into a :keyword:`cdef` block like this:: Spam *p void f(Spam *s): - print s.tons, "Tons of spam" + print s.tons, "Tons of spam" Python functions vs. C functions -- 2.7.4