Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Dec 20, 2018
1 parent 2df03c5 commit 39df4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydgraph/client_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def mutate(self, mutation, timeout=None, metadata=None, credentials=None):

def commit_or_abort(self, ctx, timeout=None, metadata=None,
credentials=None):
"""Runs commint or abort operation."""
"""Runs commit or abort operation."""
return self.stub.CommitOrAbort(ctx, timeout=timeout, metadata=metadata,
credentials=credentials)

Expand Down

0 comments on commit 39df4cf

Please sign in to comment.