-
Notifications
You must be signed in to change notification settings - Fork 421
Docs: Incorrect Highlighted Lines in Documentation #4117
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
Comments
Looking at this now |
AMAZING ATTENTION TO DETAIL, thank you @Emerson-MM-Filho !! Would you like to submit a fix yourself? We would love your contribution on Powertools! |
Absolutely! I'm thrilled to hear that my attention to detail is appreciated. I'd be more than happy to submit a fix for Powertools. Let me know how I can get started! 🚀 |
@Emerson-MM-Filho super glad to hear :D Follow the "Development environment" and "Your first contribution" guide and send us a PR with the fix! Specifically, in your case, you should edit the You can also verify if the fix looks good by generating the documentation locally with We're here to help so if you're stuck reach out here on on our Discord! |
Thanks so much for the opportunity, @rubenfonseca! I'm grateful for your encouragement and guidance. Excited to contribute to Powertools! 🚀 |
Amamos contribuções da comunidade, @Emerson-MM-Filho! 🚀 Thank you for helping us make Powertools for AWS Lambda even better. |
Thank you so much for the warm welcome, @leandrodamascena! I'm thrilled to be a part of the community and excited to help make Powertools for AWS Lambda even better. |
…n.py Issue: aws-powertools#4117 Enhancing clarity and correctness in the documentation by accurately reflecting the relevant lines in the code snippet.
…n.py Issue: aws-powertools#4117 Enhancing clarity and correctness in the documentation by accurately reflecting the relevant lines in the code snippet.
|
What were you searching in the docs?
I was searching for information on lambda context typing and how to deal with it in test cases. While reviewing the documentation, I noticed that the highlighted lines in the code snippet were incorrect.
Is this related to an existing documentation section?
https://docs.powertools.aws.dev/lambda/python/latest/utilities/typing/#working-with-context-methods-and-properties
How can we improve?
To improve the experience, ensuring that the highlighted lines in code snippets accurately reflect the relevant lines would enhance clarity and correctness in the documentation.
Got a suggestion in mind?
Update the highlighted lines in the file
/examples/typing/src/working_with_context_function.py
to correctly reflect lines15
,22
, and23
powertools-lambda-python/examples/typing/src/working_with_context_function.py
Line 15 in ca0091f
powertools-lambda-python/examples/typing/src/working_with_context_function.py
Lines 22 to 23 in ca0091f
instead of lines
16
,25
, and26
powertools-lambda-python/examples/typing/src/working_with_context_function.py
Line 16 in ca0091f
powertools-lambda-python/examples/typing/src/working_with_context_function.py
Lines 25 to 26 in ca0091f
This change will ensure accuracy in the highlighted lines for clarity and correctness in the documentation.
Acknowledgment
The text was updated successfully, but these errors were encountered: