docs/library/builtins.rst: Add module title.

This fixes the rendering on library/index.rst.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared 2021-08-16 23:07:46 +10:00 committed by Damien George
parent 91a99fcf0e
commit af162257d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Builtin functions and exceptions
================================
:mod:`builtins` -- builtin functions and exceptions
===================================================
All builtin functions and exceptions are described here. They are also
available via ``builtins`` module.