mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Merge pull request #2175 from python-pillow/fix-docs
Fix too-short title underlines and malformed table
This commit is contained in:
commit
af6bd35a9d
|
@ -59,7 +59,7 @@ or::
|
|||
|
||||
|
||||
macOS Installation
|
||||
^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
We provide binaries for macOS for each of the supported Python versions
|
||||
in the wheel format. These include support for all optional libraries
|
||||
|
@ -231,7 +231,7 @@ or using pip::
|
|||
|
||||
|
||||
Building on macOS
|
||||
^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
The Xcode command line tools are required to compile portions of
|
||||
Pillow. The tools are installed by running ``xcode-select --install``
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.. py:currentmodule:: PIL.ImageGrab
|
||||
|
||||
:py:mod:`ImageGrab` Module (macOS and Windows only)
|
||||
==================================================
|
||||
===================================================
|
||||
|
||||
The :py:mod:`ImageGrab` module can be used to copy the contents of the screen
|
||||
or the clipboard to a PIL image memory.
|
||||
|
|
Loading…
Reference in New Issue
Block a user