Skip to content

Commit

Permalink
Corrige typo incrémentation
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Sep 17, 2020
1 parent 6ad679e commit 4c9ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/getting-started/04_rappels_types.Rmd
Expand Up @@ -47,7 +47,7 @@ d'un niveau ; les éléments dans une clause logique (`if`, `else`, etc.) égale

*Règle 2:* On commence à compter à 0, comme dans beaucoup de langages
(`C++`, `java`...). `python` diffère dans ce domaine de `R` où on commence
à compter à 0.
à compter à 1.
Le premier élément d'une liste est ainsi, en python, le 0-ème.

*Règle 3:* Comme dans une langue naturelle, les marques de
Expand Down

0 comments on commit 4c9ebb8

Please sign in to comment.