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