Fix documentation
authorJose A. Lopes <jabolopes@google.com>
Mon, 28 Oct 2013 08:59:29 +0000 (09:59 +0100)
committerJose A. Lopes <jabolopes@google.com>
Mon, 28 Oct 2013 10:04:52 +0000 (11:04 +0100)
Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

src/Ganeti/ConstantUtils.hs

index 853cdeb..c5ae57b 100644 (file)
@@ -35,7 +35,7 @@ import qualified Data.Set as Set (difference, fromList, toList, union)
 import Ganeti.THH (PyValue(..))
 import Ganeti.PyValueInstances ()
 
--- | PythonChar wraps a Python 'char'
+-- | 'PythonChar' wraps a Python 'char'
 newtype PythonChar = PythonChar { unPythonChar :: Char }
   deriving (Show)