chunk() --> chuncker() to resolve undefined name
flake8 results:
```
./ciphers/playfair_cipher.py:88:25: F821 undefined name 'chunk'
for char1, char2 in chunk(ciphertext, 2):
^
``` C
cclauss committed
aed9cb16ec6a0fc2cda4ed4df9d7156f0ac5d0b2
Parent: a03b2ea
Committed by GitHub <noreply@github.com>
on 11/25/2017, 11:15:41 AM