Merge pull request #2931 from python-pillow/docs-escape-s

Docs: Escape the s next to inline code formatting
This commit is contained in:
Hugo 2018-01-04 14:57:49 +01:00 committed by GitHub
commit 7abb8bb771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Decompression Bombs now raise Exceptions
Pillow has previously emitted warnings for images that are Pillow has previously emitted warnings for images that are
unexpectedly large and may be a denial of service. These warnings are unexpectedly large and may be a denial of service. These warnings are
now upgraded to ``DecompressionBombError``s for images that are twice now upgraded to ``DecompressionBombError``\s for images that are twice
the size of images that trigger the ``DecompressionBombWarning``. The the size of images that trigger the ``DecompressionBombWarning``. The
default threshold is 128Mpx, or 0.5GB for an ``RGB`` or ``RGBA`` default threshold is 128Mpx, or 0.5GB for an ``RGB`` or ``RGBA``
image. This can be disabled or changed by setting image. This can be disabled or changed by setting