TrivialFix for HACKING file
1. correct the Human Alphabetical Order Examples 2. correct doc syntax in Text encoding Change-Id: I3cb01906af609883d62f283be4a7501840fc0727
This commit is contained in:
parent
72331f0142
commit
df0dd34da7
6
HACKING
6
HACKING
@ -42,11 +42,11 @@ Human Alphabetical Order Examples
|
|||||||
import time
|
import time
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from manila import flags
|
|
||||||
from manila import test
|
|
||||||
from manila.auth import users
|
from manila.auth import users
|
||||||
from manila.endpoint import api
|
from manila.endpoint import api
|
||||||
from manila.endpoint import cloud
|
from manila.endpoint import cloud
|
||||||
|
from manila import flags
|
||||||
|
from manila import test
|
||||||
|
|
||||||
Docstrings
|
Docstrings
|
||||||
----------
|
----------
|
||||||
@ -75,7 +75,7 @@ Docstrings
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Text encoding
|
Text encoding
|
||||||
----------
|
-------------
|
||||||
- All text within python code should be of type 'unicode'.
|
- All text within python code should be of type 'unicode'.
|
||||||
|
|
||||||
WRONG:
|
WRONG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user