Skip to content

chunk() --> chunker() to resolve an undefined name #221

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

Merged
merged 1 commit into from
Dec 14, 2017
Merged

chunk() --> chunker() to resolve an undefined name #221

merged 1 commit into from
Dec 14, 2017

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Nov 25, 2017

flake8 results:

./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
    for char1, char2 in chunk(ciphertext, 2):
                        ^

flake8 results:
```
./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
    for char1, char2 in chunk(ciphertext, 2):
                        ^
```
@cclauss cclauss changed the title chunk() --> chuncker() to resolve an undefined name chunk() --> chunker() to resolve an undefined name Dec 3, 2017
@harshildarji harshildarji merged commit a251e9f into TheAlgorithms:master Dec 14, 2017
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