Skip to content

Commit c9a45c3

Browse files
kennethreitzclaude
andcommitted
Fix stanza breaks in Psalms 16, 32, and 121
- Psalm 16: [4,8] → [5,8] - "LORD is my portion" starts at v5 - Psalm 32: [5,7] → [6,8] - application v6, instruction v8 - Psalm 121: [4] → [5] - "thy/thee" direct address starts at v5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c5a2ff2 commit c9a45c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kjvstudy_org/data/poetry_formatting.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
],
215215
"15": [],
216216
"16": [
217-
4,
217+
5,
218218
8
219219
],
220220
"17": [
@@ -281,8 +281,8 @@
281281
20
282282
],
283283
"32": [
284-
5,
285-
7
284+
6,
285+
8
286286
],
287287
"33": [
288288
5,
@@ -671,7 +671,7 @@
671671
5
672672
],
673673
"121": [
674-
4
674+
5
675675
],
676676
"122": [
677677
5

0 commit comments

Comments
 (0)