Fix typos
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
parent
b2df49b9fe
commit
9db0f14c0b
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ class SlimConnectorWithPermSync(ABC):
|
|||
|
||||
|
||||
class CheckpointedConnectorWithPermSync(ABC):
|
||||
"""Checkpointed connector interface (with permission sync)"""
|
||||
"""Checkpoint connector interface (with permission sync)"""
|
||||
|
||||
@abstractmethod
|
||||
def load_from_checkpoint(
|
||||
|
|
@ -143,7 +143,7 @@ class CredentialsProviderInterface(abc.ABC, Generic[T]):
|
|||
|
||||
@abc.abstractmethod
|
||||
def is_dynamic(self) -> bool:
|
||||
"""If dynamic, the credentials may change during usage ... maening the client
|
||||
"""If dynamic, the credentials may change during usage ... meaning the client
|
||||
needs to use the locking features of the credentials provider to operate
|
||||
correctly.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue