We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fd186 commit e8fc83cCopy full SHA for e8fc83c
pyrdf2vec/graphs/kg.py
@@ -53,7 +53,7 @@ class KG:
53
Defaults to False.
54
skip_predicates: The label predicates to skip from the KG.
55
Defaults to set.
56
- skip_verif: To skip or not the verification of existing entities in a
+ skip_verify: To skip or not the verification of existing entities in a
57
Knowledge Graph. Its deactivation can improve HTTP latency for KG
58
remotes.
59
@@ -99,7 +99,7 @@ class KG:
99
validator=attr.validators.instance_of(bool),
100
)
101
102
- skip_verif = attr.ib(
+ skip_verify = attr.ib(
103
kw_only=True,
104
type=bool,
105
default=False,
0 commit comments