We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2982f6 commit 9f5c83cCopy full SHA for 9f5c83c
1 file changed
fairworkflows/linguistic_system.py
@@ -56,5 +56,5 @@ def _check_unique(l: List):
56
LINGSYS_PYTHON = LinguisticSystem(lstype=SCHEMAORG.ComputerLanguage,
57
label='python',
58
version_info='.'.join([str(v) for v in sys.version_info]),
59
- see_also="https://en.wikipedia.org/wiki/Python_(programming_language)")
+ see_also="https://www.wikidata.org/wiki/Q28865")
60
0 commit comments