Skip to content

Commit

Permalink
Merge pull request #520 from liara-cloud/fix-python-version
Browse files Browse the repository at this point in the history
fix typo in python versions
  • Loading branch information
A-Najmabadi authored Nov 30, 2024
2 parents 6e15cd9 + 786eac1 commit 97e4ea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/paas/django/how-tos/choose-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Head from "next/head";
{[
{text: '3.7 (بدون به‌روزرسانی)',},
{text: '3.8',},
{text: '8.9',},
{text: '3.9',},
{text: '3.10 (پیش‌فرض)',},
{text: '3.11',},
{text: '3.12',},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/flask/how-tos/choose-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Head from "next/head";
{[
{text: '3.7 (بدون به‌روزرسانی)',},
{text: '3.8',},
{text: '8.9',},
{text: '3.9',},
{text: '3.10 (پیش‌فرض)',},
{text: '3.11',},
{text: '3.12',},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/paas/python/how-tos/choose-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Head from "next/head";
{[
{text: '3.7 (بدون به‌روزرسانی)',},
{text: '3.8',},
{text: '8.9',},
{text: '3.9',},
{text: '3.10',},
{text: '3.11 (پیش‌فرض)',},
{text: '3.12',},
Expand Down

0 comments on commit 97e4ea2

Please sign in to comment.