Skip to content

Commit

Permalink
Merge pull request #160 from hikaruya8/develop_words_parameter
Browse files Browse the repository at this point in the history
「パラメータ」「パラメーター」の表記ゆれを修正
  • Loading branch information
ryu22e committed Oct 16, 2022
2 parents f11111f + 05be60b commit 80eface
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/textbook/7_scraping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Web APIの例としてconnpassのAPIを実行して、pythonというキーワ
def main():
* APIのパラメータとしてキーワードに ``python`` を、範囲に ``201812`` を指定します。パラメーターを書き換えれば検索条件が変わります。
* APIのパラメーターとしてキーワードに ``python`` を、範囲に ``201812`` を指定します。パラメーターを書き換えれば検索条件が変わります。

.. code-block:: python
:caption: パラメーターを作成
Expand Down

0 comments on commit 80eface

Please sign in to comment.