Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2878:3544b1031b51
Date: 2017-02-05 08:25 +0100
http://bitbucket.org/cffi/cffi/changeset/3544b1031b51/

Log:    doc fix

diff --git a/c/minibuffer.h b/c/minibuffer.h
--- a/c/minibuffer.h
+++ b/c/minibuffer.h
@@ -239,7 +239,7 @@
 #endif
 
 PyDoc_STRVAR(ffi_buffer_doc,
-"ffi.buffer(cdata):\n"
+"ffi.buffer(cdata[, byte_size]):\n"
 "Return a read-write buffer object that references the raw C data\n"
 "pointed to by the given 'cdata'.  The 'cdata' must be a pointer or an\n"
 "array.  Can be passed to functions expecting a buffer, or directly\n"
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to