1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 12:46:15 +03:00

Fix documentation spelling

This commit is contained in:
Scott Kitterman 2022-10-21 13:03:35 -04:00
parent dcdc63df17
commit b8ccf2bd37
3 changed files with 5 additions and 5 deletions

View File

@ -282,7 +282,7 @@ New properties defined in Level 3 are supported:
- the ``text-align-last`` and ``text-justify`` properties; and
- the ``tab-size`` property.
Properties controling hyphenation_ are supported by WeasyPrint:
Properties controlling hyphenation_ are supported by WeasyPrint:
- ``hyphens``,
- ``hyphenate-character``,

View File

@ -1801,7 +1801,7 @@ Documentation:
* `#796 <https://github.com/Kozea/WeasyPrint/pull/796>`_:
Fix a small typo in the tutorial
* `#792 <https://github.com/Kozea/WeasyPrint/pull/792>`_:
Document no alignement character support
Document no alignment character support
* `#773 <https://github.com/Kozea/WeasyPrint/pull/773>`_:
Fix phrasing in Hacking section
* `#402 <https://github.com/Kozea/WeasyPrint/issues/402>`_:
@ -2055,7 +2055,7 @@ Bug fixes:
* `#500 <https://github.com/Kozea/WeasyPrint/pull/500>`_:
Improve readability of _select_source function.
* `#498 <https://github.com/Kozea/WeasyPrint/issues/498>`_:
Use CSS prefixes as recommanded by the CSSWG.
Use CSS prefixes as recommended by the CSSWG.
* `#441 <https://github.com/Kozea/WeasyPrint/issues/441>`_:
Fix rendering problems and crashes when using @font-face.
* `bb3a4db <https://github.com/Kozea/WeasyPrint/commit/bb3a4db>`_:
@ -2487,7 +2487,7 @@ Bug fixes:
* `#145 <https://github.com/Kozea/WeasyPrint/issues/145>`_:
Fix parsing HTML from an HTTP URL on Python 3.x
* `#40 <https://github.com/Kozea/WeasyPrint/issues/40>`_:
Use more general hyphenation dictionnaries for specific document languages.
Use more general hyphenation dictionaries for specific document languages.
(E.g. use ``hyph_fr.dic`` for ``lang="fr_FR"``.)
* `#26 <https://github.com/Kozea/WeasyPrint/issues/26>`_:
Fix ``min-width`` and ``max-width`` on floats.

View File

@ -499,7 +499,7 @@ A custom fetcher should be returning a :obj:`dict` with
the *filename* parameter in a *Content-Disposition* header
If a ``file_obj`` is given, the resource will be closed automatically by
the function internally used by WeasyPrint to retreive data.
the function internally used by WeasyPrint to retrieve data.
.. _Flask-Weasyprint: https://github.com/Kozea/Flask-WeasyPrint
.. _Flask: https://flask.pocoo.org/