Skip to content

Commit

Permalink
Fix missing spaces in various docstrings.
Browse files Browse the repository at this point in the history
Closes #505.
  • Loading branch information
pavithraes authored and KelSolaar committed Oct 2, 2019
1 parent f7fd2b4 commit 6609563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colour/models/rgb/transfer_functions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ def encoding_cctf(value, function='sRGB', **kwargs):
if 'itu-r bt.2100' in function.lower():
usage_warning(
'With the "ITU-R BT.2100" method, only the inverse electro-optical'
'transfer functions (EOTFs / EOCFs) are exposed by this '
'definition, please refer to the "colour.oetf" definition for the'
' transfer functions (EOTFs / EOCFs) are exposed by this '
'definition, please refer to the "colour.oetf" definition for the '
'opto-electronic transfer functions (OETF / OECF).')

function = ENCODING_CCTFS[function]
Expand Down Expand Up @@ -865,7 +865,7 @@ def decoding_cctf(value, function='sRGB', **kwargs):

if 'itu-r bt.2100' in function.lower():
usage_warning(
'With the "ITU-R BT.2100" method, only the electro-optical'
'With the "ITU-R BT.2100" method, only the electro-optical '
'transfer functions (EOTFs / EOCFs) are exposed by this '
'definition, please refer to the "colour.oetf_inverse" definition '
'for the inverse opto-electronic transfer functions (OETF / OECF).'
Expand Down

0 comments on commit 6609563

Please sign in to comment.