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

codespell part 2 - Continues #8409 #8419

Merged
merged 3 commits into from
Aug 17, 2021
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 17, 2021

@@ -1070,7 +1070,7 @@ class VersionAutomationRule(PolymorphicModel, TimeStampedModel):
)
action_arg = models.CharField(
_('Action argument'),
help_text=_('Value used for the action to perfom an operation'),
help_text=_('Value used for the action to perform an operation'),
Copy link
Member

Choose a reason for hiding this comment

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

This will require a new migration, you can do this with

python manage.py makemigrations --name fix_typo

But I can push that change if you don't have your local installation working https://docs.readthedocs.io/en/stable/development/install.html

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted as well. I will let you do the manage.py thing in a separate PR. Thx.

@stsewd stsewd enabled auto-merge (squash) August 17, 2021 18:15
@stsewd stsewd merged commit 6f8ca14 into readthedocs:master Aug 17, 2021
@cclauss cclauss deleted the codespell-part-2 branch August 17, 2021 18:22
@cclauss cclauss mentioned this pull request Aug 18, 2021
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