Skip to content

Commit

Permalink
Reformat for correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 27, 2020
1 parent 20ac462 commit c928ae1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ to support more formats than just text.

This library is just a thin wrapper around the best platform implementations:

- pyperclip for Linux
- richxerox for MacOS
- jaraco.windows for Windows
- pyperclip for Linux
- richxerox for MacOS
- jaraco.windows for Windows

Usage
=====

``jaraco.clipboard`` supplies several functions in the clipboard module.
The most common are the copy and paste functions::
The most common are the copy and paste functions:

.. code-block:: python
from jaraco import clipboard
clipboard.copy('some text')
Expand Down

0 comments on commit c928ae1

Please sign in to comment.