We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589103c commit fca89c4Copy full SHA for fca89c4
2 files changed
README.md
@@ -139,4 +139,3 @@ Class | Method | HTTP request | Description
139
- [RecognizeBase64Request](docs/Model/RecognizeBase64Request.md)
140
- [RegionPoint](docs/Model/RegionPoint.md)
141
- [ScanBase64Request](docs/Model/ScanBase64Request.md)
142
-
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