Skip to content

docs(parser): fix a a typo in SqsEnvelope #7052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 29, 2025

Conversation

DustinAlandzes
Copy link
Contributor

@DustinAlandzes DustinAlandzes commented Jul 28, 2025

Issue number: #7053

Summary

There is a small spelling mistake in the docstring for SqsEnvelope.

Changes

npt -> not in a comment

User experience

image image

Checklist

If your change doesn't seem to apply, please leave them unchecked.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

Signed-off-by: Dustin Alandzes <[email protected]>
@DustinAlandzes DustinAlandzes requested a review from a team as a code owner July 28, 2025 19:40
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 28, 2025
@leandrodamascena leandrodamascena changed the title Fix a small spelling mistake in SqsEnvelope docs(parser): fix a a typo in SqsEnvelope Jul 28, 2025
@leandrodamascena
Copy link
Contributor

Hey @DustinAlandzes thanks a lot for opening this PR to fix this typo! Can I ask you please to open an issue here: https://github.com/aws-powertools/powertools-lambda-python/issues/new?template=documentation_improvements.yml?

Don't need to provide too much information, simples words are enough.

Thanks.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jul 28, 2025
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.26%. Comparing base (2cedb72) to head (fad2466).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7052   +/-   ##
========================================
  Coverage    96.26%   96.26%           
========================================
  Files          275      275           
  Lines        12917    12917           
  Branches       955      955           
========================================
  Hits         12435    12435           
  Misses         376      376           
  Partials       106      106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DustinAlandzes
Copy link
Contributor Author

Thanks for the quick reply!

I made an issue for this here: #7053

Let me know if you need anything else

Copy link

@leandrodamascena leandrodamascena linked an issue Jul 29, 2025 that may be closed by this pull request
1 task
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @DustinAlandzes! Thanks a lot for working on this PR!

APPROVED!

@leandrodamascena leandrodamascena merged commit e51b767 into aws-powertools:develop Jul 29, 2025
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Fix a typo in the SqsEnvelope docstring
2 participants