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

Slight wording issue in README #2

Closed
refi64 opened this issue Aug 31, 2017 · 2 comments
Closed

Slight wording issue in README #2

refi64 opened this issue Aug 31, 2017 · 2 comments
Assignees

Comments

@refi64
Copy link

refi64 commented Aug 31, 2017

If join() is a method on a string then it can operate on any iterable (list, tuple, iterators). If it were a method on a list, it'd have to be implemented separately by every type. Also, it doesn't make much sense to put a string-specific method on a generic list.

Also, it's string specific, and it sounds wrong to put a string-specific method on a generic list.

Notice the string-specific part is duplicated in the last two sentences.

@satwikkansal satwikkansal self-assigned this Aug 31, 2017
@satwikkansal
Copy link
Owner

yeah, thanks for reporting :)

satwikkansal added a commit that referenced this issue Aug 31, 2017
Fixes #3
and #2
@satwikkansal
Copy link
Owner

Fixed 👍

BenSt099 added a commit to BenSt099/wtfpython that referenced this issue Apr 17, 2023
tothetop430 added a commit to tothetop430/wtfpython that referenced this issue Dec 9, 2023
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

No branches or pull requests

2 participants