Skip to content

Commit

Permalink
fix typo: indivuals -> individuals
Browse files Browse the repository at this point in the history
Thanks for the tutorial!
  • Loading branch information
staeiou authored Apr 24, 2019
1 parent c906b99 commit 0ce37f2
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 0ce37f2

Please sign in to comment.