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.