From 7cd5ebbf29fae20b3a4f9a6272f1c692f6d0a868 Mon Sep 17 00:00:00 2001 From: manojalluri Date: Tue, 25 Nov 2025 19:38:14 +0530 Subject: [PATCH 1/2] Update a1z26.pyClarify 1-based indexing in docstring --- ciphers/a1z26.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphers/a1z26.py b/ciphers/a1z26.py index a1377ea6d397..cbbef926bcb1 100644 --- a/ciphers/a1z26.py +++ b/ciphers/a1z26.py @@ -1,4 +1,4 @@ -""" +""" (1-based) Convert a string of characters to a sequence of numbers corresponding to the character's position in the alphabet. From b7ea03e74525c9bd0f0cf656d33839cb01e51a03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:10:56 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ciphers/a1z26.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphers/a1z26.py b/ciphers/a1z26.py index cbbef926bcb1..1875d89a9bbd 100644 --- a/ciphers/a1z26.py +++ b/ciphers/a1z26.py @@ -1,4 +1,4 @@ -""" (1-based) +"""(1-based) Convert a string of characters to a sequence of numbers corresponding to the character's position in the alphabet.