Python doc correction for %pybuffer_mutable_string usage
[skip ci]
This commit is contained in:
parent
dcc5911839
commit
da381668a2
1 changed files with 1 additions and 1 deletions
|
|
@ -6331,7 +6331,7 @@ is backported to 2.6.
|
|||
<div class="code"><pre>
|
||||
%include <pybuffer.i>
|
||||
%pybuffer_mutable_string(char *str);
|
||||
void get_path(char *s);
|
||||
void get_path(char *str);
|
||||
</pre></div>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue