We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541346c commit a653518Copy full SHA for a653518
docs/index.md
@@ -88,7 +88,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
88
Sample Placeholders:
89
90
- `{arch}` is either `arm64` (Graviton based functions) or `x86_64`
91
- - `{python_version}` is the Python version without the period (.), e.g., `python313` for `Python 3.13`.
+ - `{python_version}` is the Python runtime version, e.g., `python3.13` for `Python 3.13`.
92
- `{version}` is the semantic version number (e,g. 3.1.0) for a release or `latest`
93
94
```yaml
0 commit comments