From 892075a77e9cc2b063f301306bad78547bbef73a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 1 Jul 2017 21:16:49 +1000 Subject: [PATCH] Fixed typos [ci skip] --- docs/installation.rst | 2 +- docs/releasenotes/4.2.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 56520add1..ad83faa85 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -261,7 +261,7 @@ The easiest way to install external libraries is via `Homebrew $ brew install libtiff libjpeg webp little-cms2 -To install libraqm on MaxOS use Homebrew to install its dependencies:: +To install libraqm on macOS use Homebrew to install its dependencies:: $ brew install freetype harfbuzz fribidi Then see ``depends/install_raqm_cmake.sh`` to install libraqm. diff --git a/docs/releasenotes/4.2.0.rst b/docs/releasenotes/4.2.0.rst index 2bd2cbe5b..8c005084b 100644 --- a/docs/releasenotes/4.2.0.rst +++ b/docs/releasenotes/4.2.0.rst @@ -8,7 +8,7 @@ Pillow now supports complex text rendering for scripts requiring glyph composition and bidirectional flow. This optional feature adds three dependencies: harfbuzz, fribidi, and raqm. See the install documentation for further details. This feature is tested and works on -Un*x and Mac, but has not yet been built on Windows platforms. +Unix and Mac, but has not yet been built on Windows platforms. Removed Deprecated Items ========================