[pypy-commit] cffi default: remove the comment

fijal noreply at buildbot.pypy.org
Sat Jun 30 21:42:46 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r574:f6965c6ac40e
Date: 2012-06-30 21:42 +0200
http://bitbucket.org/cffi/cffi/changeset/f6965c6ac40e/

Log:	remove the comment

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -243,9 +243,7 @@
 If specified, this argument gives an "initializer", like you can use
 with C code to initialize global variables.
 
-The actual function calls should be obvious.  It's like C.  Did you even
-notice that we accidentally left a trailing semicolon?  That's fine
-because it is valid Python syntax as well ``:-)``
+The actual function calls should be obvious.  It's like C.
 
 
 =======================================================


More information about the pypy-commit mailing list