Skip to content

Commit d1cdc46

Browse files
Merge pull request #22195 from TimPansino/fix-typos
docs: Fix typos in Python Agent release notes
2 parents 31e45a3 + dce2275 commit d1cdc46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-110100.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In
6060

6161
* Add instrumentation for new Kinesis methods
6262

63-
* Adds botocore instrumentation to support new AWS Kinesis methomethods
63+
* Adds botocore instrumentation to support new AWS Kinesis methods
6464
* `describe_account_settings`
6565
* `update_account_settings`
6666
* `update_max_record_size`

src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-81001.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ releaseDate: '2023-08-17'
44
version: 8.10.1
55
downloadLink: 'https://pypi.python.org/pypi/newrelic'
66
features: ['Add support for new commands introduced in Redis v5']
7-
bugs: ['Fix crash in MetricNormalizationRules', 'Fix DeprecationWarning in pacakge version detection for Python 3.10+']
7+
bugs: ['Fix crash in MetricNormalizationRules', 'Fix DeprecationWarning in package version detection for Python 3.10+']
88
security: []
99
---
1010

1111
## Notes
1212

13-
This release of the Python agent fixes an issue with MetricNormalizationRules, fixes a DeprecationWarning in pacakge version detection, and adds support for new commands introduced in [Redis v5](https://pypi.org/project/redis/).
13+
This release of the Python agent fixes an issue with MetricNormalizationRules, fixes a DeprecationWarning in package version detection, and adds support for new commands introduced in [Redis v5](https://pypi.org/project/redis/).
1414

1515
Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).
1616

@@ -24,8 +24,8 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In
2424
* **Fix crash in MetricNormalizationRules**
2525
Fixed a crash when using client side MetricNormalizationRules to ignore metrics (set through NerdGraph and available under a feature flag). The metrics should now be properly ignored.
2626

27-
* **Fix DeprecationWarning in pacakge version detection for Python 3.10+**
28-
Fixed a DeprecationWarning emitted by pacakge version detection used internally for Python 3.10+. When importlib.metadata is available, prefer using it to avoid checking deprecated **version** attributes on modules. (Thanks @renanivo for the contribution!)
27+
* **Fix DeprecationWarning in package version detection for Python 3.10+**
28+
Fixed a DeprecationWarning emitted by package version detection used internally for Python 3.10+. When importlib.metadata is available, prefer using it to avoid checking deprecated **version** attributes on modules. (Thanks @renanivo for the contribution!)
2929

3030
## Support statement
3131

0 commit comments

Comments
 (0)