mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch#786531 'the the' typo. Contributed by George Yoshida
This commit is contained in:
parent
c83124ab79
commit
f17d65da3a
11 changed files with 13 additions and 13 deletions
|
@ -1407,7 +1407,7 @@ Python.
|
|||
|
||||
In order to learn how to implement any specific method for your new
|
||||
datatype, do the following: Download and unpack the Python source
|
||||
distribution. Go the the \file{Objects} directory, then search the
|
||||
distribution. Go the \file{Objects} directory, then search the
|
||||
C source files for \code{tp_} plus the function you want (for
|
||||
example, \code{tp_print} or \code{tp_compare}). You will find
|
||||
examples of the function you want to implement.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue