Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfc28bc

Browse files
committed
Used a named target to form the reference to the Built-in Functions section.
1 parent 6d2bdb6 commit bfc28bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libbltin.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ \section{Built-in Module \sectcode{__builtin__}}
44

55
This module provides direct access to all `built-in' identifiers of
66
Python; e.g. \code{__builtin__.open} is the full name for the built-in
7-
function \code{open}. See the section on Built-in Functions in the
8-
previous chapter.
7+
function \code{open()}. See section \ref{built-in-funcs}, ``Built-in
8+
Functions.''

Doc/libbltin.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ \section{Built-in Module \sectcode{__builtin__}}
44

55
This module provides direct access to all `built-in' identifiers of
66
Python; e.g. \code{__builtin__.open} is the full name for the built-in
7-
function \code{open}. See the section on Built-in Functions in the
8-
previous chapter.
7+
function \code{open()}. See section \ref{built-in-funcs}, ``Built-in
8+
Functions.''

0 commit comments

Comments
 (0)