From 396c004e086e36357d03d99fac6b983ef172c353 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:49:52 -0700 Subject: [PATCH] [DOCS] Update readme to use python syntax highlighting (#3006) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c5845f73a2..cea9a29283 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Quickstart In this example, we load images from an AWS S3 bucket's URLs and resize each image in the dataframe: -.. code:: +.. code:: python import daft