Skip to content

Commit fe0d336

Browse files
committed
Fix typo in comment
1 parent cb0c874 commit fe0d336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/generate_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def write(self, f: typing.TextIO, indent: str, dedent: int = 0) -> None:
118118
def write_body(self, f: typing.TextIO, ndent: str, dedent: int) -> None:
119119
"""Write the instruction body."""
120120

121-
# Get lines of text with proper dedelt
121+
# Get lines of text with proper dedent
122122
blocklines = self.block.to_text(dedent=dedent).splitlines(True)
123123

124124
# Remove blank lines from both ends

0 commit comments

Comments
 (0)