From 31340bb3c6926e0a92098787cf1b1f2e175d2b52 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 24 Apr 2019 06:19:17 +1000 Subject: [PATCH] Corrected names in documentation --- docs/reference/ImageDraw.rst | 16 ++++++++-------- docs/reference/ImageFont.rst | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/reference/ImageDraw.rst b/docs/reference/ImageDraw.rst index b50b770d0..cd44cd6e9 100644 --- a/docs/reference/ImageDraw.rst +++ b/docs/reference/ImageDraw.rst @@ -287,11 +287,11 @@ Methods .. versionadded:: 4.2.0 - :param language: Language of the text. Different languages may use + :param language: Language of the text. Different languages may use different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm. @@ -326,11 +326,11 @@ Methods .. versionadded:: 4.2.0 - :param language: Language of the text. Different languages may use + :param language: Language of the text. Different languages may use different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm. @@ -362,11 +362,11 @@ Methods Requires libraqm. .. versionadded:: 4.2.0 - :param language: Language of the text. Different languages may use + :param language: Language of the text. Different languages may use different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm. @@ -398,11 +398,11 @@ Methods .. versionadded:: 4.2.0 - :param language: Language of the text. Different languages may use + :param language: Language of the text. Different languages may use different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm. diff --git a/docs/reference/ImageFont.rst b/docs/reference/ImageFont.rst index ea57465e5..e1b7b6261 100644 --- a/docs/reference/ImageFont.rst +++ b/docs/reference/ImageFont.rst @@ -77,7 +77,7 @@ Methods different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm. @@ -123,7 +123,7 @@ Methods different glyph shapes or ligatures. This parameter tells the font which language the text is in, and to apply the correct substitutions as appropriate, if available. - It should be a `BCP47 language code + It should be a `BCP 47 language code ` Requires libraqm.