Skip to content

Commit 83d2920

Browse files
committed
Stop replacing : with ;
1 parent e23a271 commit 83d2920

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: mkdocstrings_handlers/vba/util.py

-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def find_file_docstring(code: str) -> Docstring:
6161

6262
docstring_value = "\n".join(uncomment_lines(docstring_lines))
6363

64-
# FIXME: https://github.com/mkdocstrings/griffe/issues/38
65-
docstring_value = docstring_value.replace(":", ";")
66-
6764
return Docstring(
6865
value=docstring_value,
6966
parser=Parser.google,

0 commit comments

Comments
 (0)