We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778ec5e commit 35dda5dCopy full SHA for 35dda5d
1 file changed
scripts/insert-example.py
@@ -20,7 +20,7 @@ def sub_match(match):
20
return read_text(file_name)
21
22
text = REPLACE_RE.sub(sub_match, content)
23
- print(text)
+ print(text, end="")
24
25
26
def parse_args() -> typing.Dict[str, typing.Any]:
0 commit comments