Skip to content

Commit

Permalink
Fix variable name in Chinese hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Oct 13, 2024
1 parent 2d43865 commit 7405119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptshifter/hooks/chinese/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def person_name_pre_assembly(ctx):
if ctx.dest_ls[2][0] in "aeiou":
ctx.dest_ls[1] += "'"
ctx.dest_ls[1] += ctx_ls[2]
del(ctx_ls[2])
del(ctx.dest_ls[2])

0 comments on commit 7405119

Please sign in to comment.