Skip to content

Commit e0d3893

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix :param: in docstring"
2 parents 232db9b + 285e0ad commit e0d3893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nova/virt/libvirt/volume/volume.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ def disconnect_volume(self, connection_info, instance):
140140
def extend_volume(self, connection_info, instance, requested_size):
141141
"""Extend the volume.
142142
143-
:param: connection_info: connection information about the volume
143+
:param connection_info: connection information about the volume
144144
that has been extended.
145-
:param: instance: instance connected to the newly extended volume.
146-
:param: requested_size: new extended size (in bytes) for the volume to
145+
:param instance: instance connected to the newly extended volume.
146+
:param requested_size: new extended size (in bytes) for the volume to
147147
be extended.
148148
149149
:returns: the new size to use when resizing the disk in QEMU.

0 commit comments

Comments
 (0)