Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jun 15, 2024
1 parent 913083c commit 92cb034
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 1,289 deletions.
5 changes: 2 additions & 3 deletions 1_Basics_II.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,7 @@
{
"cell_type": "markdown",
"metadata": {
"heading_collapsed": true,
"jp-MarkdownHeadingCollapsed": true
"heading_collapsed": true
},
"source": [
"#### 1つの要素の抽出"
Expand All @@ -437,7 +436,7 @@
"hidden": true
},
"source": [
"インデックスとは、リスト、タプル及び文字列における要素の位置を示す番号を意味し、`0`から始まる。\n",
"リスト、タプル及び文字列におけるインデックスとは、要素の位置を示す番号を意味し、`0`から始まる。\n",
"次の図は、リストの要素`A`,`B`,`C`...`F`を並べ、各要素に対応するインデックを示している。\n",
"左から数えると`0`,`1`,`2`...となり,右からは`-1`,`-2`,`-3`と数える。\n",
"```\n",
Expand Down
Loading

0 comments on commit 92cb034

Please sign in to comment.