Skip to content

[codex] Fix PERCENT_40 pattern enum name#1131

Draft
Jaywang1013 wants to merge 1 commit intoscanny:masterfrom
Jaywang1013:fix-percent-40-pattern-name
Draft

[codex] Fix PERCENT_40 pattern enum name#1131
Jaywang1013 wants to merge 1 commit intoscanny:masterfrom
Jaywang1013:fix-percent-40-pattern-name

Conversation

@Jaywang1013
Copy link
Copy Markdown

Summary

  • Fix the MSO_PATTERN_TYPE.PERCENT_40 enum member name, which was missing the leading P.
  • Aligns the code with the generated docs and the surrounding percent pattern names.

Fixes #1127

Validation

  • PYTHONPATH=src .venv/bin/python -m pytest tests -q -> 2700 passed
  • PYTHONPATH=src .venv/bin/behave --format progress --stop --tags=-wip -> 54 features, 973 scenarios, 2914 steps passed
  • .venv/bin/python -m ruff check src/pptx/enum/dml.py -> passed

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.

Typo in variable PERCENT_40

1 participant