summaryrefslogtreecommitdiff
path: root/src/cython/src/cython/cubical_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/src/cython/cubical_complex.pyx')
-rw-r--r--src/cython/src/cython/cubical_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/src/cython/cubical_complex.pyx b/src/cython/src/cython/cubical_complex.pyx
index 4192b195..402d264c 100644
--- a/src/cython/src/cython/cubical_complex.pyx
+++ b/src/cython/src/cython/cubical_complex.pyx
@@ -63,7 +63,7 @@ cdef class CubicalComplex:
top_dimensional_cells (list): A list of top dimensional cells.
perseus_file (string): A perseus file style name.
"""
- if (((dimensions is not None) or (top_dimensional_cells is not None)) and
+ if ((dimensions is not None) or (top_dimensional_cells is not None) and
(perseus_file is not '')):
print("CubicalComplex can be constructed from dimensions and "
"top_dimensional_cells or from a perseus file style name.")