We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf552b commit d1413c0Copy full SHA for d1413c0
2 files changed
README.md
@@ -149,4 +149,3 @@ Class | Method | HTTP request | Description
149
- [RecognizeBase64Request](docs/RecognizeBase64Request.md)
150
- [RegionPoint](docs/RegionPoint.md)
151
- [ScanBase64Request](docs/ScanBase64Request.md)
152
-
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