summaryrefslogtreecommitdiff
path: root/rdflib/namespace/_DCAT.py
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+1
| | | | for more information, see https://pre-commit.ci
* Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
|
* blacked everything6.0.0Nicholas Car2021-07-201-35/+35
|
* fix docc build warnings #2Nicholas Car2021-07-151-7/+0
|
* fix docc build warningsNicholas Car2021-07-151-65/+10
|
* Refactor - module names don't match class nameshsolbrig2020-05-261-0/+129
For some reason the sequence of processing is different in Travis than in PyCharm. Changing the module names eliminates any possibility of confusion. Also fixed a number of warnings, whines and general unhappiness in the build process.