Skip to content

Commit

Permalink
Merge pull request scipy-lectures#420 from staeiou/patch-1
Browse files Browse the repository at this point in the history
fix typo: indivuals -> individuals
  • Loading branch information
pdebuyl authored Apr 24, 2019
2 parents c906b99 + 0ce37f2 commit 9a7923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statistics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ with :func:`scipy.stats.ttest_ind`::
>>> stats.ttest_ind(female_viq, male_viq) # doctest: +ELLIPSIS
Ttest_indResult(statistic=-0.77261617232..., pvalue=0.4445287677858...)

Paired tests: repeated measurements on the same indivuals
Paired tests: repeated measurements on the same individuals
----------------------------------------------------------

.. image:: auto_examples/images/sphx_glr_plot_paired_boxplots_001.png
Expand Down

0 comments on commit 9a7923b

Please sign in to comment.