Added periods

This commit is contained in:
Andrew Murray 2020-06-12 08:09:51 +10:00
parent ab0ac93cb8
commit 7dd818fc36

View File

@ -649,7 +649,7 @@ def createProfile(colorSpace, colorTemp=-1):
""" """
(pyCMS) Creates a profile. (pyCMS) Creates a profile.
If colorSpace not in ``["LAB", "XYZ", "sRGB"]``, a **PyCMSError** is raised If colorSpace not in ``["LAB", "XYZ", "sRGB"]``, a **PyCMSError** is raised.
If using LAB and ``colorTemp`` is not a positive integer, a **PyCMSError** is If using LAB and ``colorTemp`` is not a positive integer, a **PyCMSError** is
raised. raised.
@ -783,7 +783,7 @@ def getProfileCopyright(profile):
**PyCMSError** is raised. **PyCMSError** is raised.
If an error occurs while trying to obtain the copyright tag, a **PyCMSError** If an error occurs while trying to obtain the copyright tag, a **PyCMSError**
is raised is raised.
Use this function to obtain the information stored in the profile's Use this function to obtain the information stored in the profile's
copyright tag. copyright tag.
@ -811,7 +811,7 @@ def getProfileManufacturer(profile):
**PyCMSError** is raised. **PyCMSError** is raised.
If an error occurs while trying to obtain the manufacturer tag, a If an error occurs while trying to obtain the manufacturer tag, a
**PyCMSError** is raised **PyCMSError** is raised.
Use this function to obtain the information stored in the profile's Use this function to obtain the information stored in the profile's
manufacturer tag. manufacturer tag.
@ -839,7 +839,7 @@ def getProfileModel(profile):
**PyCMSError** is raised. **PyCMSError** is raised.
If an error occurs while trying to obtain the model tag, a **PyCMSError** If an error occurs while trying to obtain the model tag, a **PyCMSError**
is raised is raised.
Use this function to obtain the information stored in the profile's Use this function to obtain the information stored in the profile's
model tag. model tag.
@ -868,7 +868,7 @@ def getProfileDescription(profile):
**PyCMSError** is raised. **PyCMSError** is raised.
If an error occurs while trying to obtain the description tag, a **PyCMSError** If an error occurs while trying to obtain the description tag, a **PyCMSError**
is raised is raised.
Use this function to obtain the information stored in the profile's Use this function to obtain the information stored in the profile's
description tag. description tag.