From a6e0f73ded27067f29fa04148e28e84ff5d02b04 Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Wed, 30 Oct 2024 12:54:47 +0100 Subject: [PATCH] small fix on code fence language casing --- files/en-us/learn/server-side/django/deployment/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/server-side/django/deployment/index.md b/files/en-us/learn/server-side/django/deployment/index.md index 3096a1b5836ee66..98bcdaf194644e5 100644 --- a/files/en-us/learn/server-side/django/deployment/index.md +++ b/files/en-us/learn/server-side/django/deployment/index.md @@ -634,7 +634,7 @@ Save these settings and commit them to your GitHub repo. You will then need to update the version of your project on PythonAnywhere. Assuming you're using your Bash prompt in the folder `.pythonanywhere.com`, and you have pushed the changes to the main branch, then you could import them in the Bash prompt using the command: -```Bash +```bash git pull origin main ```