Skip to content

Commit 2495250

Browse files
committed
Fix neptunedata docstrigns
1 parent 0e5d1c8 commit 2495250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypy_boto3_builder/utils/strings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def get_short_docstring(doc: str) -> str:
8989
result_str = AWS_LINK_RE.sub(r"[\g<1>](https://\g<2>)", result_str)
9090
# FIXME: temporary fix for pca-connector-ad service
9191
result_str = result_str.replace("https\\:", "https:")
92+
# FIXME: temporary fix for neptunedata service
93+
result_str = result_str.replace("neptune-db\\:", "neptune-db:")
9294

9395
return textwrap(result_str, width=80)
9496

0 commit comments

Comments
 (0)