Skip to content

Conversation

@Gauravchy09
Copy link

Fixes #0000

Description

This PR fixes two issues found in the codebase:

  1. Critical: TAB character instead of spaces in setup.cfg line 167
  2. Documentation: Typo in README.rst line 34

Changes Made

setup.cfg (Line 167)

  • Replaced TAB character with 4 spaces for the gen-new-required-phrases-rules entry point
  • Ensures consistent indentation and proper setuptools parsing
  • Fixes potential entry point registration issues

README.rst (Line 34)

  • Fixed typo: "compabitility" → "compatibility"
  • Improves documentation quality

Impact

  • setup.cfg fix: Ensures the gen-new-required-phrases-rules command is properly registered as a console script entry point
  • README.rst fix: Improves documentation readability

Testing

  • Verified changes with git diff
  • No syntax errors introduced
  • Indentation now consistent with surrounding lines
  • Changes are minimal and focused

Tasks

  • Reviewed contribution guidelines
  • PR is descriptively titled 📑 and links the original issue above 🔗
  • Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
  • Commits are in uniquely-named feature branch and has no merge conflicts 📁
  • Updated documentation pages (if applicable) - N/A for this fix
  • Updated CHANGELOG.rst (if applicable) - Minor fix, may not require CHANGELOG entry

Signed-off-by: Gauravchy09 gauravgkchy139@gmail.com

Signed-off-by: Gauravchy09 <gauravgkchy139@gmail.com>
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