Skip to content

Commit

Permalink
Specified a language on the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Dec 21, 2014
1 parent dd66259 commit e07fb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage

Replace this:

::
.. code:: python
prototype = ctypes.WINFUNCTYPE(wintypes.HANDLE, wintypes.UINT, wintypes.HANDLE)
paramflags = (1, "uFormat"), (1, "hMem")
Expand All @@ -17,7 +17,7 @@ Replace this:
With this:

::
.. code:: python
SetClipboardData = pywrap.wrap_winapi(name="SetClipboardData",
library=user32,
Expand Down

0 comments on commit e07fb39

Please sign in to comment.