Skip to content

Commit

Permalink
Merge pull request #22 from ymyzk/fix-typo
Browse files Browse the repository at this point in the history
typo の修正
  • Loading branch information
Akira-Taniguchi committed May 28, 2016
2 parents d71fe0c + 886cd72 commit 2468c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/1_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ OS Xでの場合
-------------------------------------
OS XでPythonを利用する場合は、Pythonの公式サイトで配布されているビルド済みのパッケージをインストールします。

次のページで「atest Python 3 Release - Python 3.5.1」をクリックすると詳細画面に移動します。64 ビット版(Mac OS X 64-bit/32-bit installer)または32 ビット版(Mac OS X 32-bit i386/PPC installer)をダウンロードしてインストールします。
次のページで「Latest Python 3 Release - Python 3.5.1」をクリックすると詳細画面に移動します。64 ビット版(Mac OS X 64-bit/32-bit installer)または32 ビット版(Mac OS X 32-bit i386/PPC installer)をダウンロードしてインストールします。

- `Python Releases for Mac OS X <https://www.python.org/downloads/mac-osx/>`_

Expand Down
4 changes: 2 additions & 2 deletions source/2_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ for文
range(1, 101)のように記述すると、1から100までの数字を順番に得ることができ、
結果として``fizzbuzz()`` 関数には1 から100までの数字が順に与えられています。
結果として ``fizzbuzz()`` 関数には1 から100までの数字が順に与えられています。
現時点のfizzbuzz()関数は与えられた引数をそのまま返す実装なので、これで問題ありません。
現時点の ``fizzbuzz()`` 関数は与えられた引数をそのまま返す実装なので、これで問題ありません。
for文は次のように書きます。
Expand Down

0 comments on commit 2468c9d

Please sign in to comment.