Skip to content

Commit 942f527

Browse files
committed
fixup! Variable: Add sparse attribute
1 parent fb13975 commit 942f527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Orange/data/variable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ class Variable(Reprable, metaclass=VariableMeta):
260260
Non-primitive variables must redefine it to return `None`.
261261
262262
.. attribute:: sparse
263-
263+
264264
A flag about sparsity of the variable. When set, the variable suggests
265265
it is should be stored in a sparse matrix.
266-
266+
267267
.. attribute:: source_variable
268268
269269
An optional descriptor of the source variable - if any - from which

0 commit comments

Comments
 (0)