diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml
index 9adc2b03a..f75b4a61c 100644
--- a/.github/ISSUE_TEMPLATE/BUG.yml
+++ b/.github/ISSUE_TEMPLATE/BUG.yml
@@ -1,5 +1,5 @@
name: "Bug Report"
-description: Report a bug with pyton.org website to help us improve
+description: Report a bug with python.org website to help us improve
title: "Bug:
"
labels: ["bug", "Triage Required"]
@@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
- This is the repository and issue tracker for the https://www.pyton.org website.
+ This is the repository and issue tracker for the https://www.python.org website.
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).
diff --git a/.github/ISSUE_TEMPLATE/DOCS.yml b/.github/ISSUE_TEMPLATE/DOCS.yml
index df7a2c231..2f216878a 100644
--- a/.github/ISSUE_TEMPLATE/DOCS.yml
+++ b/.github/ISSUE_TEMPLATE/DOCS.yml
@@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
- This is the repository and issue tracker for the https://www.pyton.org website.
+ This is the repository and issue tracker for the https://www.python.org website.
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).
diff --git a/.github/ISSUE_TEMPLATE/REQUEST.yml b/.github/ISSUE_TEMPLATE/REQUEST.yml
index 144ad75c1..c0f29e2c0 100644
--- a/.github/ISSUE_TEMPLATE/REQUEST.yml
+++ b/.github/ISSUE_TEMPLATE/REQUEST.yml
@@ -1,5 +1,5 @@
name: "Feature Request"
-description: Suggest an idea for www.pyton.org
+description: Suggest an idea for www.python.org
title: "Enhancement: "
labels: ["enhancement"]
@@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
- This is the repository and issue tracker for the https://www.pyton.org website.
+ This is the repository and issue tracker for the https://www.python.org website.
If you're looking to file an issue with CPython itself, please click here: [CPython Issues](https://github.com/python/cpython/issues/new/choose).