diff --git a/content/202307291217 python モジュールを実行した場合に関数が呼べるようにする.md b/content/202307291217 python モジュールを実行した場合に関数が呼べるようにする.md index a6e98b4..e3fc2cb 100755 --- a/content/202307291217 python モジュールを実行した場合に関数が呼べるようにする.md +++ b/content/202307291217 python モジュールを実行した場合に関数が呼べるようにする.md @@ -9,5 +9,4 @@ if __name__ == "__main__": cf. -[6.1.1. モジュールをスクリプトとして実行する]() - +[6.1.1. モジュールをスクリプトとして実行する](https://docs.python.org/ja/3/tutorial/modules.html#executing-modules-as-scripts)