@@ -649,7 +649,7 @@ def createProfile(colorSpace, colorTemp=-1):
649649 """
650650 (pyCMS) Creates a profile.
651651
652- If colorSpace not in ``["LAB", "XYZ", "sRGB"]``, a **PyCMSError** is raised
652+ If colorSpace not in ``["LAB", "XYZ", "sRGB"]``, a **PyCMSError** is raised.
653653
654654 If using LAB and ``colorTemp`` is not a positive integer, a **PyCMSError** is
655655 raised.
@@ -783,7 +783,7 @@ def getProfileCopyright(profile):
783783 **PyCMSError** is raised.
784784
785785 If an error occurs while trying to obtain the copyright tag, a **PyCMSError**
786- is raised
786+ is raised.
787787
788788 Use this function to obtain the information stored in the profile's
789789 copyright tag.
@@ -811,7 +811,7 @@ def getProfileManufacturer(profile):
811811 **PyCMSError** is raised.
812812
813813 If an error occurs while trying to obtain the manufacturer tag, a
814- **PyCMSError** is raised
814+ **PyCMSError** is raised.
815815
816816 Use this function to obtain the information stored in the profile's
817817 manufacturer tag.
@@ -839,7 +839,7 @@ def getProfileModel(profile):
839839 **PyCMSError** is raised.
840840
841841 If an error occurs while trying to obtain the model tag, a **PyCMSError**
842- is raised
842+ is raised.
843843
844844 Use this function to obtain the information stored in the profile's
845845 model tag.
@@ -868,7 +868,7 @@ def getProfileDescription(profile):
868868 **PyCMSError** is raised.
869869
870870 If an error occurs while trying to obtain the description tag, a **PyCMSError**
871- is raised
871+ is raised.
872872
873873 Use this function to obtain the information stored in the profile's
874874 description tag.
0 commit comments