Skip to content

Commit

Permalink
fix typos in equivalent_types() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Sep 24, 2024
1 parent a52e14f commit bf4679c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pori_python/graphkb/match.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,10 @@ def equivalent_types(
Compare 2 variant types to determine if they should match
Args:
conn: the graphkb connection object
type1: type from the observed variant we want to match to the DB
type2: type from the DB variant
string: Wether or not only the specific-to-generic ones are considered.
strict: wether or not only the specific-to-generic ones are considered.
By default (false), not only specific types can match more generic ones,
but generic types can also match more specific ones.
Expand Down

0 comments on commit bf4679c

Please sign in to comment.