Skip to content

Conversation

@ArtichokeSap
Copy link
Contributor

Corrected typo from Issue #141

Copy link
Owner

@rsokl rsokl left a comment

Choose a reason for hiding this comment

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

This looks good other than a minor formatting revision.

Regarding PR comments, I think a slightly more verbose commit message, e.g. fixed dict.fromkeys typo in module 4, can be helpful


```python
>>> dict.fromkeys("abcd")
>>> dict.fromkeys("abcd",2.3)
Copy link
Owner

Choose a reason for hiding this comment

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

Add a space here to be pep-8 compliant

Suggested change
>>> dict.fromkeys("abcd",2.3)
>>> dict.fromkeys("abcd", 2.3)

@rsokl rsokl merged commit 728dcf9 into rsokl:master Apr 15, 2020
@ArtichokeSap ArtichokeSap deleted the typos branch April 16, 2020 13:03
@rsokl rsokl mentioned this pull request Apr 18, 2020
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