diff options
author | 2023-08-02 11:06:02 +0200 | |
---|---|---|
committer | 2023-08-02 10:06:02 +0100 | |
commit | 45855fe2e3906614490f3577cb50e530423c35b7 (patch) | |
tree | 35842a837d4d4779a0ecb571acd0e33abffe1be4 /static-builds/netlify_build.py | |
parent | Merge pull request #1054 from python-discord/soft-fail-on-403-in-tags (diff) |
Capitalize Python outside of tags (#1046)
Related to #1044.
Co-authored-by: Xithrius <[email protected]>
Diffstat (limited to 'static-builds/netlify_build.py')
-rw-r--r-- | static-builds/netlify_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static-builds/netlify_build.py b/static-builds/netlify_build.py index 2d311a11..4d4a613d 100644 --- a/static-builds/netlify_build.py +++ b/static-builds/netlify_build.py @@ -1,6 +1,6 @@ """Build script to deploy project on netlify.""" -# WARNING: This file must remain compatible with python 3.8 +# WARNING: This file must remain compatible with Python 3.8 # This script performs all the actions required to build and deploy our project on netlify # It depends on the following packages, which are set in the netlify UI: |