Skip to content

Commit

Permalink
fixup! Variable: Add sparse attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicc committed Jun 2, 2017
1 parent fb13975 commit 942f527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orange/data/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ class Variable(Reprable, metaclass=VariableMeta):
Non-primitive variables must redefine it to return `None`.
.. attribute:: sparse
A flag about sparsity of the variable. When set, the variable suggests
it is should be stored in a sparse matrix.
.. attribute:: source_variable
An optional descriptor of the source variable - if any - from which
Expand Down

0 comments on commit 942f527

Please sign in to comment.