Skip to content

Commit 885e0f2

Browse files
Update error doc strings
Co-authored-by: Nate Prewitt <[email protected]>
1 parent edb0659 commit 885e0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/ServiceErrorGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __post_init__(self) -> None:
5858
5959
@dataclass
6060
class $3L($1L):
61-
""\"Error representing any unknown api errors""\"
61+
""\"Error representing any unknown api errors.""\"
6262
code: ClassVar[str] = 'Unknown'
6363
fault: ClassVar[Literal["client", "server"]] = "client"
6464
""", apiError.getName(), serviceError, unknownApiError.getName());

0 commit comments

Comments
 (0)