Python doc correction for %pybuffer_mutable_string usage

[skip ci]
This commit is contained in:
William S Fulton 2017-03-17 18:12:45 +00:00
commit da381668a2

View file

@ -6331,7 +6331,7 @@ is backported to 2.6.
<div class="code"><pre>
%include &lt;pybuffer.i&gt;
%pybuffer_mutable_string(char *str);
void get_path(char *s);
void get_path(char *str);
</pre></div>
<p>