adjust table marker lines to match the longest row

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
nulano 2020-08-09 20:48:44 +01:00 committed by GitHub
parent 2c460c3ba1
commit bf4e918252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -91,9 +91,10 @@ ImageCms.CmsProfile attributes
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed. From 6.0.0,
they issued a ``DeprecationWarning``:
======================== ===============================================================
======================== ===================================================
Removed Use instead
======================== ===============================================================
======================== ===================================================
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
@ -101,7 +102,7 @@ Removed Use instead
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
======================== ===============================================================
======================== ===================================================
Python 2.7
~~~~~~~~~~

View File

@ -26,9 +26,9 @@ ImageCms.CmsProfile attributes
Some attributes in :py:class:`PIL.ImageCms.CmsProfile` have been removed:
======================== ===============================================================
======================== ===================================================
Removed Use instead
======================== ===============================================================
======================== ===================================================
``color_space`` Padded :py:attr:`~.CmsProfile.xcolor_space`
``pcs`` Padded :py:attr:`~.CmsProfile.connection_space`
``product_copyright`` Unicode :py:attr:`~.CmsProfile.copyright`
@ -36,7 +36,7 @@ Removed Use instead
``product_description`` Unicode :py:attr:`~.CmsProfile.profile_description`
``product_manufacturer`` Unicode :py:attr:`~.CmsProfile.manufacturer`
``product_model`` Unicode :py:attr:`~.CmsProfile.model`
======================== ===============================================================
======================== ===================================================
API Changes
===========