Skip to content

Commit cdf02e7

Browse files
author
faustas@techconsult.lt
committed
Fix some typos
1 parent b863089 commit cdf02e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/storage-mixin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ def detach_storage(self, server_uuid, address):
6767
```python
6868
def load_cd_rom(self, server, address):
6969
"""
70-
Loads a storage as a CD-ROM in the CD-ROM device of a server. Return a list of the server's storages.
70+
Loads a storage as a CD-ROM in the CD-ROM device of a server. Returns a list of the server's storages.
7171
"""
7272
```
7373

7474
```python
7575
def eject_cd_rom(self, server):
7676
"""
77-
Ejects the storage from the CD-ROM device of a server. Return a list of the server's storages.
77+
Ejects the storage from the CD-ROM device of a server. Returns a list of the server's storages.
7878
"""
7979
```
8080

0 commit comments

Comments
 (0)