Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxEnashi committed Dec 5, 2024
1 parent f313463 commit 584ed42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_scribe_messages(classifications_by_classifier: pd.DataFrame):
hierarchical = []
for ch in to_parse.hierarchical["children"].keys():
pd_to_insert = to_parse.hierarchical["children"][ch]
pd_to_insert["classifier_nane"] = self._get_classifier_name(
pd_to_insert["classifier_name"] = self._get_classifier_name(
ch.lower()
)
hierarchical.append(pd_to_insert)
Expand Down

0 comments on commit 584ed42

Please sign in to comment.