From df0dd34da7802bcf6fa18cc62cce12b8e44ca5ac Mon Sep 17 00:00:00 2001 From: junboli Date: Wed, 23 Aug 2017 17:42:54 +0800 Subject: [PATCH] TrivialFix for HACKING file 1. correct the Human Alphabetical Order Examples 2. correct doc syntax in Text encoding Change-Id: I3cb01906af609883d62f283be4a7501840fc0727 --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index bc76743c7..0b8411e65 100644 --- a/HACKING +++ b/HACKING @@ -42,11 +42,11 @@ Human Alphabetical Order Examples import time import unittest - from manila import flags - from manila import test from manila.auth import users from manila.endpoint import api from manila.endpoint import cloud + from manila import flags + from manila import test Docstrings ---------- @@ -75,7 +75,7 @@ Docstrings """ Text encoding ----------- +------------- - All text within python code should be of type 'unicode'. WRONG: