docstring fixes

This commit is contained in:
Martin Diehl 2016-10-25 21:19:05 +02:00
parent b74db4e301
commit ac5f19f1f6
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ import math,numpy as np
### --- COLOR CLASS --------------------------------------------------
class Color():
"""Conversion of colors between different color-spaces.
"""
Conversion of colors between different color-spaces.
Colors should be given in the form
Color('model',[vector]).To convert and copy color from one space to other, use the methods

View File

@ -48,7 +48,8 @@ def lables_to_path(label, dsXMLPath=None):
class H5Table(object):
"""Light weight interface class for h5py
"""
Light weight interface class for h5py
DESCRIPTION
-----------