Skip to content

Commit f29a8cb

Browse files
authored
docs: fix SSM recursive parameter highlighting (#7316)
- Change hl_lines from '6 19-25' to '6 26 32' - Focus highlighting on Powertools-specific code instead of boto3 setup - Improves developer learning experience for Parameters utility Closes #7281
1 parent 6e40b3d commit f29a8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For greater flexibility such as configuring the underlying SDK client used by bu
243243
```
244244

245245
=== "builtin_provider_ssm_recursive_parameter.py"
246-
```python hl_lines="6 19-25"
246+
```python hl_lines="6 26 32"
247247
--8<-- "examples/parameters/src/builtin_provider_ssm_recursive_parameter.py"
248248
```
249249

0 commit comments

Comments
 (0)