Fix typo: remove an unnessesary blank

Change-Id: I78c2974cc796f4e0fb712a9539d5a81af358917b
Closes-Bug: 1458578
This commit is contained in:
KATO Tomoyuki 2015-05-25 23:11:35 +09:00
parent 2ade32d11a
commit b7a76fda00

View File

@ -167,8 +167,8 @@ _groups.html#novaclient.v1_1.security_groups.SecurityGroup>`__ object:
print group.rules
To add a rule to a security group, call the
`novaclient.v1\_1.security\_group\_rules.SecurityGroupRuleManager.
create <http://docs.openstack.org/developer/python-novaclient/api/
`novaclient.v1\_1.security\_group\_rules.SecurityGroupRuleManager.create
<http://docs.openstack.org/developer/python-novaclient/api/
novaclient.v1_1.security_group_rules.html#novaclient.v1_1.
security_group_rules.SecurityGroupRuleManager.create>`__ method: