On Python Doc at https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr , the copy button to copy the pip install command includes a leading "$". This should not be included in the copy.
Doc URL:
https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr
Screenshot
Expected behavior
Copy button should copy this to clipboard:
Expected behavior:
pip install aws-opentelemetry-distro
Actual behavior:
$ pip install aws-opentelemetry-distro
On Python Doc at https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr , the copy button to copy the pip install command includes a leading "$". This should not be included in the copy.
Doc URL:
https://aws-otel.github.io/docs/getting-started/python-sdk/auto-instr
Screenshot
Expected behavior
Copy button should copy this to clipboard:
Expected behavior:
pip install aws-opentelemetry-distroActual behavior:
$ pip install aws-opentelemetry-distro