Rename Python to Typthon in Doc, Include, and Android README files

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-24 17:59:35 +00:00
parent 866ac12671
commit ade269afb4
3 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
# Python for Android
# Typthon for Android
If you obtained this README as part of a release package, then the only
applicable sections are "Prerequisites", "Testing", and "Using in your own app".
If you obtained this README as part of the CPython source tree, then you can
also follow the other sections to compile Python for Android yourself.
If you obtained this README as part of the CTypthon source tree, then you can
also follow the other sections to compile Typthon for Android yourself.
However, most app developers should not need to do any of these things manually.
Instead, use one of the tools listed

View File

@@ -1,12 +1,12 @@
Python Documentation README
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Typthon Documentation README
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This directory contains the reStructuredText (reST) sources to the Python
This directory contains the reStructuredText (reST) sources to the Typthon
documentation. You don't need to build them yourself, `prebuilt versions are
available <https://docs.python.org/dev/download.html>`_.
Documentation on authoring Python documentation, including information about
both style and markup, is available in the "`Documenting Python
Documentation on authoring Typthon documentation, including information about
both style and markup, is available in the "`Documenting Typthon
<https://devguide.python.org/documenting/>`_" chapter of the
developers guide.

View File

@@ -1,10 +1,10 @@
The Python C API
================
The Typthon C API
=================
The C API is divided into these sections:
1. ``Include/``: Limited API
2. ``Include/cpython/``: CPython implementation details
2. ``Include/cpython/``: CTypthon implementation details
3. ``Include/cpython/``, names with the ``PyUnstable_`` prefix: API that can
change between minor releases
4. ``Include/internal/``, and any name with ``_`` prefix: The internal API