Skip to content

Commit 1e53f5b

Browse files
committed
testing Doc/ change
1 parent 22f489b commit 1e53f5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs
22

33
on:
44
workflow_dispatch:
5-
push:
5+
# push:
66
# branches:
77
# - 'main'
88
# - '3.11'

Doc/library/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
The Python Standard Library
55
###############################
66

7+
Hi!
8+
79
While :ref:`reference-index` describes the exact syntax and
810
semantics of the Python language, this library reference manual
911
describes the standard library that is distributed with Python. It also

0 commit comments

Comments
 (0)