Skip to content

Commit 860716c

Browse files
committed
Remove unnecessary comments
1 parent 5c0ee7d commit 860716c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codegen/core/src/main/java/software/amazon/smithy/python/codegen/writer/MarkdownConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ private static String postProcessPandocOutput(String output) {
170170

171171
// Remove unnecessary backslash escapes that pandoc adds for markdown
172172
// These characters don't need escaping in Python docstrings
173-
// Handles: [ ] ' { } ( ) < > ` @ _ * | ! ~ $
174173
output = output.replaceAll("\\\\([\\[\\]'{}()<>`@_*|!~$#])", "$1");
175174

176175
// Replace <note> and <important> tags with admonitions for mkdocstrings

0 commit comments

Comments
 (0)