From dc98fa6f880c4abfaac63f5fb5cf2adc9dcb4aae Mon Sep 17 00:00:00 2001 From: hvnsweeting Date: Sat, 13 Jul 2013 12:32:49 +0700 Subject: [PATCH] indent code --- doc/topics/conventions/style.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/topics/conventions/style.rst b/doc/topics/conventions/style.rst index 707f04d600..7305de572e 100644 --- a/doc/topics/conventions/style.rst +++ b/doc/topics/conventions/style.rst @@ -103,8 +103,8 @@ This on the other hand is `DISCOURAGED`: from os.path import join def minion_path(): - path = join(self.opts['cachedir'], 'minions') - return path + path = join(self.opts['cachedir'], 'minions') + return path The time when this is changed is for importing exceptions, generally directly importing exceptions is preferred: