From cfc226efb2843fed4bc003d0d9da30916d1bf1c8 Mon Sep 17 00:00:00 2001 From: Riku Date: Sat, 4 Mar 2023 11:05:18 +0100 Subject: [PATCH] rename base-async --- content/_code-samples/get-started/py/{base.py => base-async.py} | 0 .../manage-account-settings/require-destination-tags.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/_code-samples/get-started/py/{base.py => base-async.py} (100%) diff --git a/content/_code-samples/get-started/py/base.py b/content/_code-samples/get-started/py/base-async.py similarity index 100% rename from content/_code-samples/get-started/py/base.py rename to content/_code-samples/get-started/py/base-async.py diff --git a/content/tutorials/manage-account-settings/require-destination-tags.md b/content/tutorials/manage-account-settings/require-destination-tags.md index 1e5e0fe602..bf8de00596 100644 --- a/content/tutorials/manage-account-settings/require-destination-tags.md +++ b/content/tutorials/manage-account-settings/require-destination-tags.md @@ -57,7 +57,7 @@ _JavaScript_ _Python_ -{{ include_code("_code-samples/get-started/py/base.py", language="py") }} +{{ include_code("_code-samples/get-started/py/base-async.py", language="py") }}