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 dfea902 commit 8c2b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/5_scraping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Pythonを使って実行することができますので、これを機に習
from bs4 import BeautifulSoup
soup = BeautifulSoup('<div><h1 id="test">TEST</h1></div>', 'html')
soup.select_one('div h1#test').text
.. code-block:: python
とすると、「'TEST'」と表示されます。
* 「json.dump」って何?
Expand Down

0 comments on commit 8c2b4b0

Please sign in to comment.