Skip to content

gh-136722: Document TurtleGraphicsError - #157336

Draft
zihjiang wants to merge 1 commit into
python:mainfrom
zihjiang:docs/document-turtlegaphicserror-136722
Draft

gh-136722: Document TurtleGraphicsError#157336
zihjiang wants to merge 1 commit into
python:mainfrom
zihjiang:docs/document-turtlegaphicserror-136722

Conversation

@zihjiang

@zihjiang zihjiang commented Sep 11, 2026

Copy link
Copy Markdown

Summary

Document turtle.TurtleGraphicsError in a dedicated Exceptions section, including its base class and examples of invalid operations that raise it.

This adds the missing API reference entry without changing runtime behavior.

Validation

  • make -C Doc html SPHINXOPTS="-W --keep-going" — passed
  • Doc/venv/bin/python -m pre_commit run sphinx-lint --files Doc/library/turtle.rst — passed
  • git diff --check — passed

Fixes #136722.

@python-cla-bot

python-cla-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown

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

CLA not signed

@read-the-docs-community

read-the-docs-community Bot commented Sep 11, 2026

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #34515073 | 📁 Comparing de50ef7 against main (e5d4fa2)

  🔍 Preview build  

1 file changed
± library/turtle.html

@zihjiang
zihjiang force-pushed the docs/document-turtlegaphicserror-136722 branch from a773471 to de50ef7 Compare September 11, 2026 17:48
@zihjiang zihjiang changed the title docs: document TurtleGraphicsError gh-136722: Document TurtleGraphicsError Sep 11, 2026
@StanFromIreland
StanFromIreland marked this pull request as draft September 11, 2026 17:49
@StanFromIreland

Copy link
Copy Markdown
Member

We can't review unitl you sign the CLA.

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

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

TurtleGraphicsError doesn't have documentation

2 participants