Skip to content

Commit 9f9fc39

Browse files
Fix up docstrings
Co-authored-by: Jonas Neubert <jonasneu@amazon.com>
1 parent ce9c6a9 commit 9f9fc39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/smithy-python-codegen/src/main/java/software/amazon/smithy/python/codegen/integration/DocumentMemberSerVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class DocumentMemberSerVisitor implements ShapeVisitor<String> {
6868

6969
/**
7070
* @param context The generation context.
71-
* @param writer The writer to write to.q
71+
* @param writer The writer to write to.
7272
* @param member The member shape being deserialized. Used for any extra traits
7373
* it might bear, such as the timestamp format.
7474
* @param dataSource The in-code location of the data to provide an output of

codegen/smithy-python-codegen/src/main/java/software/amazon/smithy/python/codegen/integration/JsonMemberSerVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class JsonMemberSerVisitor extends DocumentMemberSerVisitor {
4141

4242
/**
4343
* @param context The generation context.
44-
* @param writer The writer to write to.q
44+
* @param writer The writer to write to.
4545
* @param member The member shape being deserialized. Used for any extra traits
4646
* it might bear, such as the timestamp format.
4747
* @param dataSource The in-code location of the data to provide an output of

0 commit comments

Comments
 (0)