-
Notifications
You must be signed in to change notification settings - Fork 233
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
Fixing spelling errors in rasa-sdk #833
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great 💯
Could you please add a changelog entry of type misc
to document the typo corrections?
@ancalita Done, sorry for the long wait, but i created the changelog! |
@@ -70,7 +70,7 @@ def __init__( | |||
@property | |||
def active_form(self) -> Dict[Text, Any]: | |||
warnings.warn( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linter check failed on line 71 because it expected a docstring, could you please add the following docstring:
Returns the active_loop dictionary.
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)