Python
Python copied to clipboard
Clarify 1-based indexing in a1z26.py docstring
Added (1-based) to the module docstring to clarify that the a1z26 cipher uses a 1-based index (a=1, b=2, etc.).