Skip to content

Commit

Permalink
tests: fix a typo on diff.py
Browse files Browse the repository at this point in the history
Reviewed By: quark-zju

Differential Revision: D55380564

fbshipit-source-id: 79c498f0e0ae4a41577dd928feb0785882a5718a
  • Loading branch information
sggutier authored and facebook-github-bot committed Mar 27, 2024
1 parent a4a8402 commit 9dc86fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/sapling/testing/t/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def match(self, actual: str) -> bool:
return self._matchandnormalizecached(actual)[0]

def normalize(self, actual: str) -> Tuple[str, str]:
"""Normalzie (actual, expected) for plain text diff.
"""Normalize (actual, expected) for plain text diff.
Return (actual, expected) pair, which is more friendly for a plain
text diff algorithm.
Expand Down

0 comments on commit 9dc86fa

Please sign in to comment.