Skip to content

Commit e8fc83c

Browse files
committed
style: rename skip_verif by skip_verify
1 parent f5fd186 commit e8fc83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyrdf2vec/graphs/kg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class KG:
5353
Defaults to False.
5454
skip_predicates: The label predicates to skip from the KG.
5555
Defaults to set.
56-
skip_verif: To skip or not the verification of existing entities in a
56+
skip_verify: To skip or not the verification of existing entities in a
5757
Knowledge Graph. Its deactivation can improve HTTP latency for KG
5858
remotes.
5959
Defaults to False.
@@ -99,7 +99,7 @@ class KG:
9999
validator=attr.validators.instance_of(bool),
100100
)
101101

102-
skip_verif = attr.ib(
102+
skip_verify = attr.ib(
103103
kw_only=True,
104104
type=bool,
105105
default=False,

0 commit comments

Comments
 (0)