Correct call to method typo
This commit is contained in:
parent
4225c0677d
commit
0dfa1fb43a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class ConnectionBase(with_metaclass(ABCMeta, object)):
|
||||||
|
|
||||||
# Check if PE is supported
|
# Check if PE is supported
|
||||||
if self._play_context.become:
|
if self._play_context.become:
|
||||||
self.__become_method_supported()
|
self._become_method_supported()
|
||||||
|
|
||||||
@ensure_connect
|
@ensure_connect
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue