Skip to content

Commit

Permalink
minor fix in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Mar 25, 2021
1 parent 96e9956 commit 33ab423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/eolearn/core/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class FeatureParser:
General guidelines:
- Almost all EOTasks have take as a parameter some information about features. The purpose of this class is
to unite and generalize parsing of such parameter over entire eo-learn package
- Almost every `EOTask` requires an initialization parameter to define which features should be used by the task.
The purpose of this class is to unite and generalize parsing of such parameters over the entire eo-learn package.
- The idea for this class is that it should support more or less any logical way how to describe a collection
of features.
- Parameter `...` is used as a contextual clue. In the supported formats it is used to describe the most obvious
Expand Down

0 comments on commit 33ab423

Please sign in to comment.