Skip to content

Commit c26999c

Browse files
committed
Remove new line after params in operation docstrings
1 parent 242a833 commit c26999c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/ClientGenerator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ private void writeSharedOperationInit(PythonWriter writer, OperationShape operat
168168
writer.write("""
169169
:param plugins: A list of callables that modify the configuration dynamically.
170170
Changes made by these plugins only apply for the duration of the operation
171-
execution and will not affect any other operation invocations.
172-
""");
171+
execution and will not affect any other operation invocations.""");
173172

174173
});
175174

0 commit comments

Comments
 (0)