Skip to content

Commit 18436cd

Browse files
committed
add Python to the builtins reference title
1 parent 9fb4daa commit 18436cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/builtins/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _builtins-index:
22

3-
#######################
4-
Built-ins reference
5-
#######################
3+
##############################
4+
Python built-ins reference
5+
##############################
66

77
Python comes with a number of built-in functions and classes.
88

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
(
384384
'builtins/index',
385385
'builtins.tex',
386-
'Built-ins Reference',
386+
'Python Built-ins Reference',
387387
_doc_authors,
388388
'manual',
389389
),

0 commit comments

Comments
 (0)