8000 Patch #830858: Update number of functions starting with "is". · xiaolanpython/cpython@d252c73 · GitHub
[go: up one dir, main page]

Skip to content

Commit d252c73

Browse files
committed
Patch #830858: Update number of functions starting with "is".
1 parent e9ea6d9 commit d252c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libinspect.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ \subsection{Types and members
2525

2626
The \function{getmembers()} function retrieves the members
2727
of an object such as a class or module.
28-
The nine functions whose names begin with ``is'' are mainly
28+
The ten functions whose names begin with ``is'' are mainly
2929
provided as convenient choices for the second argument to
3030
\function{getmembers()}. They also help you determine when
3131
you can expect to find the following special attributes:

0 commit comments

Comments
 (0)
0