]> granicus.if.org Git - python/commitdiff
Fix {} mismatch spotted by George Yoshida.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 13 Apr 2006 03:41:04 +0000 (03:41 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 13 Apr 2006 03:41:04 +0000 (03:41 +0000)
Doc/whatsnew/whatsnew25.tex

index d509bc01c64dcf7605829851da94753c0646891b..deb66f7792304b7d7a3986297726344a8a466839 100644 (file)
@@ -1135,7 +1135,7 @@ with a segmentation fault.)
 
 You shouldn't use \function{c_char_p} with a Python string when the C function will be modifying the memory area, because Python strings are 
 supposed to be immutable; breaking this rule will cause puzzling bugs.  When you need a modifiable memory area,
-use \function{create_string_buffer():
+use \function{create_string_buffer()}:
 
 \begin{verbatim}
 s = "this is a string"