From 1730f704215d4b5e2f07b9f23a181182912fe6ac Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 2 Aug 2013 12:30:37 +1000 Subject: [PATCH] Always defer to project specific guides --- pep-0008.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pep-0008.txt b/pep-0008.txt index f278b9d99..41ac6393e 100644 --- a/pep-0008.txt +++ b/pep-0008.txt @@ -28,9 +28,8 @@ This style guide evolves over time as additional conventions are identified and past conventions are rendered obsolete by changes in the language itself. -Many projects incorporate this guide by reference into their own style -guides. In the event of any conflicts, the project-specific style guide -takes precedence. +Many projects have their own coding style guidelines. In the event of any +conflicts, such project-specific guides take precedence for that project. A Foolish Consistency is the Hobgoblin of Little Minds