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>
|
||||
</itemizedlist>
|
||||
<section>
|
||||
<title>Dangerous standard library features</title>
|
||||
<title>Dangerous Standard Library Features</title>
|
||||
<para>
|
||||
Some areas of the standard library, notably the
|
||||
<literal>ctypes</literal> module, do not provide memory safety
|
||||
|
@ -45,7 +45,7 @@
|
|||
</para>
|
||||
</section>
|
||||
<section>
|
||||
<title>Run-time compilation and code generation</title>
|
||||
<title>Run-time Compilation and Code Generation</title>
|
||||
<para>
|
||||
The following Python functions and statements related to code
|
||||
execution should be avoided:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue