Skip to content

Commit 3bdb3fc

Browse files
author
Paul Breaux
committed
Kicking build to test Jenkins again.
1 parent d663f38 commit 3bdb3fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

f5/bigip/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def _create(self, **kwargs):
797797
requests_params = self._handle_requests_params(kwargs)
798798
self._check_create_parameters(**kwargs)
799799

800-
# Reduce any boolean pairs as specified by the meta_data entry below
800+
# Reduce boolean pairs as specified by the meta_data entry below
801801
for key1, key2 in self._meta_data['reduction_forcing_pairs']:
802802
kwargs = self._reduce_boolean_pair(kwargs, key1, key2)
803803

0 commit comments

Comments
 (0)