]> granicus.if.org Git - python/commitdiff
Issue #19304: Fix typos noted by Claudiu Popa.
authorNed Deily <nad@acm.org>
Sat, 19 Oct 2013 19:10:01 +0000 (12:10 -0700)
committerNed Deily <nad@acm.org>
Sat, 19 Oct 2013 19:10:01 +0000 (12:10 -0700)
Doc/library/statistics.rst

index 4f5b75904a5b78d6c84575bb82700b46aa42c7c9..f3eca8cc37146b0bcb79b8085d802d0632af54c4 100644 (file)
@@ -313,7 +313,7 @@ mean.
 
    If the optional second argument *mu* is given, it should be the mean
    of *data*. If it is missing or None (the default), the mean is
-   automatically caclulated.
+   automatically calculated.
 
    Use this function to calculate the variance from the entire population.
    To estimate the variance from a sample, the :func:`variance` function is
@@ -397,7 +397,7 @@ a small variance indicates it is clustered closely around the mean.
 
    If the optional second argument *xbar* is given, it should be the mean
    of *data*. If it is missing or None (the default), the mean is
-   automatically caclulated.
+   automatically calculated.
 
    Use this function when your data is a sample from a population. To
    calculate the variance from the entire population, see :func:`pvariance`.