From 4fb98f7383d6ea15e244dc44df07c111c3fed833 Mon Sep 17 00:00:00 2001 From: Adhitya Logan Date: Tue, 3 Oct 2023 21:17:25 -0700 Subject: [PATCH] Change 'Rust' to 'Python' in Python docs --- content/language/python/run-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/language/python/run-containers.md b/content/language/python/run-containers.md index 47b1c0256d..ff9f0f9443 100644 --- a/content/language/python/run-containers.md +++ b/content/language/python/run-containers.md @@ -183,6 +183,6 @@ Related information: ## Next steps -In the next section, you’ll learn how to run a database in a container and connect it to a Rust application. +In the next section, you’ll learn how to run a database in a container and connect it to a Python application. {{< button text="How to develop your application" url="develop.md" >}}