Skip to content

Commit 36749b8

Browse files
committed
Update ConfigGenerator.java
1 parent 170974b commit 36749b8

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/ConfigGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class ConfigGenerator implements Runnable {
6868
.build())
6969
.build())
7070
.documentation(
71-
"The retry strategy or options for configuring retry behavior. Can be either a fully configured RetryStrategy or RetryStrategyOptions to create one.")
71+
"The retry strategy or options for configuring retry behavior. Can be either a configured RetryStrategy or RetryStrategyOptions to create one.")
7272
.build(),
7373
ConfigProperty.builder()
7474
.name("endpoint_uri")

0 commit comments

Comments
 (0)