aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-02-24 14:38:03 +0100
committerMattias Andrée <maandree@kth.se>2017-02-24 14:38:03 +0100
commit09538aa11210685970d8d530ee400463082ead3f (patch)
treeaf74a6eac2ea7f320b7d06dbe94ff7706e056185
parentFix makefile (diff)
downloadpylibcoopgamma-1.0.1.tar.gz
pylibcoopgamma-1.0.1.tar.bz2
pylibcoopgamma-1.0.1.tar.xz
Fix typo1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/libcoopgamma.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma.py b/src/libcoopgamma.py
index 549d2b9..65cbc63 100644
--- a/src/libcoopgamma.py
+++ b/src/libcoopgamma.py
@@ -83,7 +83,7 @@ class Depth(enum.IntEnum):
if v == Depth.UINT16:
return '16-bits'
if v == Depth.UINT32:
- return '326-bits'
+ return '32-bits'
if v == Depth.UINT64:
return '64-bits'
if v == Depth.FLOAT: