diff options
author | Mattias Andrée <maandree@kth.se> | 2017-02-24 14:38:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-02-24 14:38:03 +0100 |
commit | 09538aa11210685970d8d530ee400463082ead3f (patch) | |
tree | af74a6eac2ea7f320b7d06dbe94ff7706e056185 | |
parent | Fix makefile (diff) | |
download | pylibcoopgamma-09538aa11210685970d8d530ee400463082ead3f.tar.gz pylibcoopgamma-09538aa11210685970d8d530ee400463082ead3f.tar.bz2 pylibcoopgamma-09538aa11210685970d8d530ee400463082ead3f.tar.xz |
Fix typo1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/libcoopgamma.py | 2 |
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: |