From 85d2bab60710df57aae8d24e0dd1c9d997df71ea Mon Sep 17 00:00:00 2001 From: mercierc Date: Thu, 11 Nov 2021 15:26:48 +1300 Subject: [PATCH] small fix --- python/obitools3/utils.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/utils.pyx b/python/obitools3/utils.pyx index f6f02a8..928854c 100755 --- a/python/obitools3/utils.pyx +++ b/python/obitools3/utils.pyx @@ -264,7 +264,7 @@ cdef obitype_t update_obitype(obitype_t obitype, object new_value) : if new_value == None or new_type==list or new_type==dict or new_type==tuple: return obitype - # TODO BOOL vers INT/FLOAT + # TODO BOOL to INT/FLOAT if new_type == str or new_type == bytes : if obitype == OBI_SEQ and is_a_DNA_seq(tobytes(new_value)) : pass