Skip to content

Commit 4adf08a

Browse files
authored
GH-139436: Remove references to downloadable PDF documentation (#140416)
1 parent 71db05a commit 4adf08a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/faq/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ How do I get documentation on Python?
186186
-------------------------------------
187187

188188
The standard documentation for the current stable version of Python is available
189-
at https://docs.python.org/3/. PDF, plain text, and downloadable HTML versions are
189+
at https://docs.python.org/3/. EPUB, plain text, and downloadable HTML versions are
190190
also available at https://docs.python.org/3/download.html.
191191

192192
The documentation is written in reStructuredText and processed by `the Sphinx

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Documentation
153153
updated daily.
154154

155155
It can also be downloaded in many formats for faster access. The documentation
156-
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
156+
is downloadable in HTML, EPUB, and reStructuredText formats; the latter version
157157
is primarily for documentation authors, translators, and people with special
158158
formatting requirements.
159159

@@ -232,4 +232,4 @@ This Python distribution contains *no* GNU General Public License (GPL) code,
232232
so it may be used in proprietary projects. There are interfaces to some GNU
233233
code but these are entirely optional.
234234

235-
All trademarks referenced herein are property of their respective holders.
235+
All trademarks referenced herein are property of their respective holders.

0 commit comments

Comments
 (0)