From e07fb39392d7085d88d311f67c6e053536b4b83f Mon Sep 17 00:00:00 2001 From: tmr232 Date: Mon, 22 Dec 2014 00:53:24 +0200 Subject: [PATCH] Specified a language on the examples. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 276a54b..ff4b830 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Usage Replace this: -:: +.. code:: python prototype = ctypes.WINFUNCTYPE(wintypes.HANDLE, wintypes.UINT, wintypes.HANDLE) paramflags = (1, "uFormat"), (1, "hMem") @@ -17,7 +17,7 @@ Replace this: With this: -:: +.. code:: python SetClipboardData = pywrap.wrap_winapi(name="SetClipboardData", library=user32,