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

Typos found by codespell #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link

No description provided.

@@ -420,7 +420,7 @@ def get_operation_report(self):
Return the error report
"""
the_str = "\n================================================================\n"\
"Number of reconnections: %d.\nNumber of emails quarantined: %d.\n" \
"Number of reconnections: %d.\number of emails quarantined: %d.\n" \

Choose a reason for hiding this comment

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

It's good to see typo fixes in this Pull Request, but this fix on line 423 may be incorrect? Perhaps the original line should be split into two lines for clarity, i.e. from:

"Number of reconnections: %d.\nNumber of emails quarantined: %d.\n" \
... to ...

"Number of reconnections: %d.\n" \
"Number of emails quarantined: %d.\n" \

Choose a reason for hiding this comment

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

Oh, I thought I had fixed this one. I'll have a look.

I had thought of splitting the line but wasn't certain you'd agree. If you do agree, i'll do that.

Choose a reason for hiding this comment

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

Fixed, and split the lines - both for clarity and avoiding codespell false positives.

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.

None yet

2 participants