Skip to content
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

[Docs] Add missing type hint #13478

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Conversation

BioGeek
Copy link
Contributor

@BioGeek BioGeek commented Aug 22, 2022

Description

In the cheat sheet there was a missing type hint:

subject='', -> subject: str = '',

Test Plan

Documentation change. I verified that the output looks OK.

`subject='',`  -> `subject: str = '',`
@BioGeek BioGeek changed the title Add missing type hint [Docs] Add missing type hint Aug 22, 2022
Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

Thank you!

@sobolevn sobolevn merged commit 6208400 into python:master Aug 22, 2022
@BioGeek BioGeek deleted the add-missing-type-hint branch August 22, 2022 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants