Fix typos in docs and comments
This commit is contained in:
parent
b5544a1812
commit
b127e11f1e
27 changed files with 46 additions and 46 deletions
|
|
@ -72,7 +72,7 @@ multiple output values, they are returned in the form of a Python tuple.
|
|||
|
||||
For example, suppose you were trying to wrap the modf() function in the
|
||||
C math library which splits x into integral and fractional parts (and
|
||||
returns the integer part in one of its parameters).K:
|
||||
returns the integer part in one of its parameters) :
|
||||
|
||||
double modf(double x, double *ip);
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ multiple output values, they are returned in the form of a Python tuple.
|
|||
|
||||
For example, suppose you were trying to wrap the modf() function in the
|
||||
C math library which splits x into integral and fractional parts (and
|
||||
returns the integer part in one of its parameters).K:
|
||||
returns the integer part in one of its parameters) :
|
||||
|
||||
double modf(double x, double *ip);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue