We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ea98e commit d9ec2fdCopy full SHA for d9ec2fd
1 file changed
src/PIL/ImageCms.py
@@ -147,7 +147,7 @@ class Flags(IntFlag):
147
USE_8BITS_DEVICELINK = 0x0008
148
"""Create 8 bits devicelinks"""
149
GUESSDEVICECLASS = 0x0020
150
- """Guess device class (for transform2devicelink)"""
+ """Guess device class (for ``transform2devicelink``)"""
151
KEEP_SEQUENCE = 0x0080
152
"""Keep profile sequence for devicelink creation"""
153
FORCE_CLUT = 0x0002
@@ -159,7 +159,7 @@ class Flags(IntFlag):
159
NONEGATIVES = 0x8000
160
"""Prevent negative numbers in floating point transforms"""
161
COPY_ALPHA = 0x04000000
162
- """Alpha channels are copied on cmsDoTransform()"""
+ """Alpha channels are copied on ``cmsDoTransform()``"""
163
NODEFAULTRESOURCEDEF = 0x01000000
164
165
_GRIDPOINTS_1 = 1 << 16
0 commit comments