Skip to content

Commit

Permalink
Fix wrong example in HACKING.rst
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zqfan committed Aug 18, 2013
1 parent 4e94646 commit b719f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.rst
Expand Up @@ -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


Expand Down

0 comments on commit b719f21

Please sign in to comment.