From db9a3e424e1bea40bede397a0121154deb557487 Mon Sep 17 00:00:00 2001 From: Mirek Jahoda Date: Mon, 23 Oct 2017 15:26:55 +0000 Subject: [PATCH] Update Python.xml - title case --- en-US/Python.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en-US/Python.xml b/en-US/Python.xml index 5cfec8f..bb5c73b 100644 --- a/en-US/Python.xml +++ b/en-US/Python.xml @@ -35,7 +35,7 @@
- Dangerous standard library features + Dangerous Standard Library Features Some areas of the standard library, notably the ctypes module, do not provide memory safety @@ -45,7 +45,7 @@
- Run-time compilation and code generation + Run-time Compilation and Code Generation The following Python functions and statements related to code execution should be avoided: