Skip to content

Commit 0d4e558

Browse files
author
Paul Breaux
committed
Adding doc to override methods in guest.py.
1 parent da6397e commit 0d4e558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

f5/bigip/tm/vcmp/guest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _check_load_parameters(self, **kwargs):
6464
"""Override method for one in resource.py to check partition
6565
6666
The partition cannot be included as a parameter to load a guest.
67-
Raise an exception if a consumer gives the partition.
67+
Raise an exception if a consumer gives the partition parameter.
6868
6969
:raises: DisallowedReadParameter
7070
"""
@@ -79,7 +79,7 @@ def _check_create_parameters(self, **kwargs):
7979
"""Override method for one in resource.py to check partition
8080
8181
The partition cannot be included as a parameter to create a guest.
82-
Raise an exception if a consumer gives the partition.
82+
Raise an exception if a consumer gives the partition parameter.
8383
8484
:raises: DisallowedCreationParameter
8585
"""

0 commit comments

Comments
 (0)