Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

on:
workflow_dispatch:
#push:
# push:
# branches:
# - 'main'
# - '3.11'
Expand Down
2 changes: 2 additions & 0 deletions Doc/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
The Python Standard Library
###############################

Hi!

While :ref:`reference-index` describes the exact syntax and
semantics of the Python language, this library reference manual
describes the standard library that is distributed with Python. It also
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Replace all occurrences of ``COMPARE_AND_BRANCH`` with :opcode:`COMPARE_OP`.

Testing.