Skip to content

Commit

Permalink
#6 細かい部分を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira-Taniguchi committed May 20, 2016
1 parent 638ce1f commit b996d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/5_scraping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Pythonを使って実行することができますので、これを機に習

.. code-block:: python
:caption: BeautifulSoup利用例
>>> from bs4 import BeautifulSoup
>>> soup = BeautifulSoup('<div><h1 id="test">TEST</h1></div>', 'html')
>>> soup.select_one('div h1#test').text
Expand Down

0 comments on commit b996d2f

Please sign in to comment.