Skip to content

Comments

refactor: rename input param to content in convert/render_to_img#18

Merged
drmingdrmer merged 1 commit intomasterfrom
fix/convert-uses-input-as-param-name
Feb 22, 2026
Merged

refactor: rename input param to content in convert/render_to_img#18
drmingdrmer merged 1 commit intomasterfrom
fix/convert-uses-input-as-param-name

Conversation

@drmingdrmer
Copy link
Contributor

Summary

  • Rename parameter input to content in convert() and render_to_img()
  • Avoids shadowing Python builtin input()
  • All callers use positional args, so backwards-compatible

Test plan

  • make test - all 14 tests pass
  • make lint - all checks pass

Avoids shadowing Python builtin input(). All existing callers use
positional arguments so this is backwards-compatible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@drmingdrmer drmingdrmer merged commit 4f61318 into master Feb 22, 2026
12 checks passed
@drmingdrmer drmingdrmer deleted the fix/convert-uses-input-as-param-name branch February 22, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant