From dcca1284204b79471853acd6dcba6f07d09167df Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 2 Dec 2015 15:40:16 +1100 Subject: [PATCH] Fixed length of title underlines --- docs/build.rst | 2 +- docs/reference/ImageGrab.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index c9c7808e5..1110fb792 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -11,7 +11,7 @@ against 64-bit Windows 7 Professional and Windows Server 2012 64-bit version on Amazon EC2. Prerequisites ------------- +------------- Extra Build Helpers ^^^^^^^^^^^^^^^^^^^ diff --git a/docs/reference/ImageGrab.rst b/docs/reference/ImageGrab.rst index 3d5703a40..ec7c42082 100644 --- a/docs/reference/ImageGrab.rst +++ b/docs/reference/ImageGrab.rst @@ -2,7 +2,7 @@ .. py:currentmodule:: PIL.ImageGrab :py:mod:`ImageGrab` Module (OS X 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.