Kaydet (Commit) 5f5a69ba authored tarafından Neal Norwitz's avatar Neal Norwitz

Fix {} mismatch spotted by George Yoshida.

üst ba8194bd
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment