Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Oct 11, 2023
1 parent fd787bc commit b470e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adbdgl_adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def udf_v1_x(v1_df):

if not data_dict: # pragma: no cover
msg = f"""
Can't Create the DGLgraph: no complete edge types found.
Can't create the DGL graph: no complete edge types found.
The following edge types were skipped due to missing
vertex collection specifications: {et_blacklist}
"""
Expand Down

0 comments on commit b470e85

Please sign in to comment.