Skip to content

Fix Latin abbreviations in http.cookiejar and optparse docs#145291

Closed
Anandesh-Sharma wants to merge 1 commit intopython:mainfrom
Anandesh-Sharma:fix-abbreviations-docs
Closed

Fix Latin abbreviations in http.cookiejar and optparse docs#145291
Anandesh-Sharma wants to merge 1 commit intopython:mainfrom
Anandesh-Sharma:fix-abbreviations-docs

Conversation

@Anandesh-Sharma
Copy link

@Anandesh-Sharma Anandesh-Sharma commented Feb 26, 2026

Summary

  • Fix "eg." → "e.g." (5 instances) in Doc/library/http.cookiejar.rst
  • Fix "ie." → "i.e." (2 instances) in Doc/library/optparse.rst
  • The Latin abbreviations "e.g." (exempli gratia) and "i.e." (id est) require periods after each letter per standard English typography

Test plan

  • Documentation builds without warnings

📚 Documentation preview 📚: https://cpython-previews--145291.org.readthedocs.build/

The Latin abbreviations "e.g." (exempli gratia) and "i.e." (id est)
require periods after each letter. Fix instances in http.cookiejar and
optparse documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@python-cla-bot
Copy link

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

Copy link
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually don't want these at all, see the devguide for more information. However, we also don't want a massive PR fixing them all, as that is churn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants