Skip to content

Commit

Permalink
日本語がおかしなところを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira-Taniguchi committed May 21, 2016
1 parent f8636b3 commit 7ca95e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/5_scraping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Pythonを使って実行することができますので、これを機に習

目的
=====================
#. スクレイピングでPythonに関する新着ニュース情報を取得してみましょう
#. スクレイピングでPythonに関する新着ニュース情報を取得してみよう
#. 取得した情報をコンソールに出力してみよう


実際のコード
=====================

下記コードをsimple.pyという名前で保存して見ましょう
下記コードをsimple.pyという名前で保存してみましょう

.. code-block:: python
Expand Down Expand Up @@ -74,6 +74,7 @@ Pythonを使って実行することができますので、これを機に習
実行してみよう
==============
作成した環境にactivateした後、下記のコマンドを実行してみましょう

python simple.py

実行すると、Pythonに関する新着ニュースが表示されることが確認できます。
Expand Down

0 comments on commit 7ca95e7

Please sign in to comment.