diff options
author | Thales Mello <thalesmello@gmail.com> | 2018-03-09 14:29:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 14:29:43 -0300 |
commit | bb18dc81548a68b25227306bead977d55da23c66 (patch) | |
tree | 2d6562e41f36fdcd39f38f035a058dcdd20770e0 /pythonstatcomp.html.markdown | |
parent | 3743c596d8a6519d21e11dfa161aed4a92a742bc (diff) |
Update pythonstatcomp.html.markdown
Diffstat (limited to 'pythonstatcomp.html.markdown')
-rw-r--r-- | pythonstatcomp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonstatcomp.html.markdown b/pythonstatcomp.html.markdown index 0e6f1f87..082c7025 100644 --- a/pythonstatcomp.html.markdown +++ b/pythonstatcomp.html.markdown @@ -70,7 +70,7 @@ pets # 2 rex 5 34 dog """ R users: note that Python, like most C-influenced programming languages, starts - indexing from 0. R starts indexing at 1 due to Fortran influnce. + indexing from 0. R starts indexing at 1 due to Fortran influence. """ # two different ways to print out a column |