From b719f21cd9112578aa2bcb1304fdf4d3dfa90e73 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sun, 18 Aug 2013 14:17:40 +0800 Subject: [PATCH] Fix wrong example in HACKING.rst Example of Human Alphabetical Order Examples section in HACKING.rst is wrong, this patch fixes it to the right order. Closes-Bug: #1213568 Change-Id: Ib7f8baf20c437c3fa776201998c36f33bdde2f78 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 98c8a126381..8801eea9e9d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -75,8 +75,8 @@ Example:: from neutron.api import ports from neutron.db import models from neutron.extensions import multiport - from neutron.openstack.common import log as logging import neutron.manager + from neutron.openstack.common import log as logging from neutron import service