From 2fec29e0cc26333122007319f639161408b160b7 Mon Sep 17 00:00:00 2001 From: Ignacio Calderon Date: Wed, 17 Feb 2021 13:58:25 +0100 Subject: [PATCH] chore: highlight python code in readme --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index a05bb91..269ca60 100644 --- a/readme.rst +++ b/readme.rst @@ -34,7 +34,7 @@ How to use it The typical tasks with an Xcode project are adding files to the project and setting some standard compilation flags. It can be achieved with a simple snippet like this: -.. code-block:: +.. code-block:: python from pbxproj import XcodeProject # open the project