Skip to content

Commit

Permalink
- [CLN] Renamed from_dict_2 to from_dict_advance to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed May 6, 2021
1 parent 1bda523 commit fcd7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion striplog/striplog.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def from_csv(cls, filename=None,
return cls(list_of_Intervals, source=source)

@classmethod
def from_dict2(cls, dict,
def from_dict_advanced(cls, dict,
lexicon=None,
points=False,
include=None,
Expand Down

0 comments on commit fcd7825

Please sign in to comment.