https://github.com/python/cpython/commit/7b204ab81936b8d9d23718e12dd07d4be7a753eb
commit: 7b204ab81936b8d9d23718e12dd07d4be7a753eb
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-10-21T16:06:56+03:00
summary:

[3.13] GH-139436: Remove references to downloadable PDF documentation 
(GH-140416) (#140420)

Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/faq/general.rst
M README.rst

diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 2a55f6b6fb6181..7327151e1e381d 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -186,7 +186,7 @@ How do I get documentation on Python?
 -------------------------------------
 
 The standard documentation for the current stable version of Python is 
available
-at https://docs.python.org/3/.  PDF, plain text, and downloadable HTML 
versions are
+at https://docs.python.org/3/.  EPUB, plain text, and downloadable HTML 
versions are
 also available at https://docs.python.org/3/download.html.
 
 The documentation is written in reStructuredText and processed by `the Sphinx
diff --git a/README.rst b/README.rst
index 61aabbd6e5afc3..c8cbe2f09dbaad 100644
--- a/README.rst
+++ b/README.rst
@@ -153,7 +153,7 @@ Documentation
 updated daily.
 
 It can also be downloaded in many formats for faster access.  The documentation
-is downloadable in HTML, PDF, and reStructuredText formats; the latter version
+is downloadable in HTML, EPUB, and reStructuredText formats; the latter version
 is primarily for documentation authors, translators, and people with special
 formatting requirements.
 
@@ -232,4 +232,4 @@ This Python distribution contains *no* GNU General Public 
License (GPL) code,
 so it may be used in proprietary projects.  There are interfaces to some GNU
 code but these are entirely optional.
 
-All trademarks referenced herein are property of their respective holders.
\ No newline at end of file
+All trademarks referenced herein are property of their respective holders.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to