From fcbda9e147fc6bcd8fea2c931d179e77670d3372 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 21 Feb 2016 21:52:29 -0500 Subject: [PATCH] ! --- docs/writing/gotchas.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing/gotchas.rst b/docs/writing/gotchas.rst index 9157d36..62704c5 100644 --- a/docs/writing/gotchas.rst +++ b/docs/writing/gotchas.rst @@ -187,8 +187,8 @@ where they can cause hiccups. -Bytecode (.pyc) Files Everywhere --------------------------------- +Bytecode (.pyc) Files Everywhere! +--------------------------------- By default, when executing Python code from files, the Python interpreter will automatically write a bytecode version of that file to disk, e.g.