Fixed typoes in docstrings.

This commit is contained in:
Tamito Kajiyama 2013-02-23 00:44:39 +00:00
parent 025feb240d
commit 0fb83d78fa
2 changed files with 3 additions and 3 deletions

@ -33,8 +33,8 @@ PyDoc_STRVAR(Id_doc,
"\n" "\n"
" :arg first: The first number.\n" " :arg first: The first number.\n"
" :type first: int\n" " :type first: int\n"
" :arg iSecond: The second number.\n" " :arg second: The second number.\n"
" :type iSecond: int\n" " :type second: int\n"
"\n" "\n"
".. method:: __init__(brother)\n" ".. method:: __init__(brother)\n"
"\n" "\n"

@ -17,7 +17,7 @@ static char DensityF0D___doc__[] =
"\n" "\n"
" Builds a DensityF0D object.\n" " Builds a DensityF0D object.\n"
"\n" "\n"
" :arg sigma: The gaussian sigma value ndicating the X value for\n" " :arg sigma: The gaussian sigma value indicating the X value for\n"
" which the gaussian function is 0.5. It leads to the window size\n" " which the gaussian function is 0.5. It leads to the window size\n"
" value (the larger, the smoother).\n" " value (the larger, the smoother).\n"
" :type sigma: float\n" " :type sigma: float\n"