This commit is contained in:
Val Lorentz 2023-05-21 14:06:09 +02:00
parent 3a6d306fbf
commit c414514de3

View File

@ -61,7 +61,7 @@ class Field(abc.ABC, Generic[_TFieldValue]):
to ``subject_var``.
For example, if this ``Field`` represents the `"CPU frequency"
<https://www.wikidata.org/wiki/Property:P2144>`, ``subject_var`` is ``a``, and
<https://www.wikidata.org/wiki/Property:P2144>`__, ``subject_var`` is ``a``, and
``object_var`` is `b``, this will return::
?subject_var <http://www.wikidata.org/prop/direct/P2144> ?object_var.