Skip to content

Commit

Permalink
pylxd/models/storage_pool: remove accidental doctest syntax in exampl…
Browse files Browse the repository at this point in the history
…e code

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 11, 2024
1 parent dd4fdab commit 991ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylxd/models/storage_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def create(cls, storage_pool, *args, **kwargs):
The function signature 'hides' that the first parameter to the function
is the definition. The function should be called as:
>>> a_storage_pool.volumes.create(definition_dict, wait=<bool>)
>> a_storage_pool.volumes.create(definition_dict, wait=<bool>)
where `definition_dict` is mandatory, and `wait` defaults to True,
which makes the default a synchronous function call.
Expand Down

0 comments on commit 991ca6a

Please sign in to comment.