Update Python.xml - title case

This commit is contained in:
Mirek Jahoda 2017-10-23 15:26:55 +00:00
parent fc1c73f782
commit db9a3e424e

View file

@ -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: