Update Python.xml - title case
This commit is contained in:
parent
fc1c73f782
commit
db9a3e424e
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<section>
|
<section>
|
||||||
<title>Dangerous standard library features</title>
|
<title>Dangerous Standard Library Features</title>
|
||||||
<para>
|
<para>
|
||||||
Some areas of the standard library, notably the
|
Some areas of the standard library, notably the
|
||||||
<literal>ctypes</literal> module, do not provide memory safety
|
<literal>ctypes</literal> module, do not provide memory safety
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Run-time compilation and code generation</title>
|
<title>Run-time Compilation and Code Generation</title>
|
||||||
<para>
|
<para>
|
||||||
The following Python functions and statements related to code
|
The following Python functions and statements related to code
|
||||||
execution should be avoided:
|
execution should be avoided:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue