From 2b0c8b96493f8d1065fd7432e9604aa9c43d572d Mon Sep 17 00:00:00 2001 From: ddawson Date: Wed, 7 Jun 2023 14:09:33 -0700 Subject: [PATCH] add missing paren --- content/tutorials/quickstart/py-quickstart-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/quickstart/py-quickstart-intro.md b/content/tutorials/quickstart/py-quickstart-intro.md index 229ae0166b..1d109ba9a9 100644 --- a/content/tutorials/quickstart/py-quickstart-intro.md +++ b/content/tutorials/quickstart/py-quickstart-intro.md @@ -51,5 +51,5 @@ To get started, create a new folder on your local disk and install the Python li ``` pip3 install xrpl-py ``` -Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/python/{.github-code-download}. +Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/python/){.github-code-download}. **Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. \ No newline at end of file