Fixed typoes in docstrings.
This commit is contained in:
		@@ -33,8 +33,8 @@ PyDoc_STRVAR(Id_doc,
 | 
			
		||||
"\n"
 | 
			
		||||
"   :arg first: The first number.\n"
 | 
			
		||||
"   :type first: int\n"
 | 
			
		||||
"   :arg iSecond: The second number.\n"
 | 
			
		||||
"   :type iSecond: int\n"
 | 
			
		||||
"   :arg second: The second number.\n"
 | 
			
		||||
"   :type second: int\n"
 | 
			
		||||
"\n"
 | 
			
		||||
".. method:: __init__(brother)\n"
 | 
			
		||||
"\n"
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ static char DensityF0D___doc__[] =
 | 
			
		||||
"\n"
 | 
			
		||||
"   Builds a DensityF0D object.\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"
 | 
			
		||||
"      value (the larger, the smoother).\n"
 | 
			
		||||
"   :type sigma: float\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user