From 1a77f1bbecdeea4e4f7a91241a7a5139374900a4 Mon Sep 17 00:00:00 2001 From: kuyan Date: Tue, 30 Jul 2013 13:13:05 -0700 Subject: [PATCH] No need to say 'PEP 8' twice. --- docs/writing/style.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/writing/style.rst b/docs/writing/style.rst index 6718b48..4900459 100644 --- a/docs/writing/style.rst +++ b/docs/writing/style.rst @@ -397,9 +397,7 @@ slides from a Python user group PEP 8 ----- -PEP 8 is the de-facto code style guide for Python. - - :pep:`8` +:pep:`8` is the de-facto code style guide for Python. Conforming your Python code to PEP 8 is generally a good idea and helps make code more consistent when working on projects with other developers. There