summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Tapley Hoyt <cthoyt@gmail.com>2023-03-19 16:27:13 +0100
committerGitHub <noreply@github.com>2023-03-19 16:27:13 +0100
commit7a05c15b25b5929696e30c5c96cd4bfbe566fd4b (patch)
tree1a5e68d8c3b2250f252e36e7555868750a958d07
parent192e6d11147963a3066faec43323991c9b73f7b5 (diff)
downloadrdflib-7a05c15b25b5929696e30c5c96cd4bfbe566fd4b.tar.gz
docs: fix typo in NamespaceManager documentation (#2291)
Changed `cdterms` to `dcterms`, see <https://github.com/RDFLib/rdflib/issues/2196> for more info.
-rw-r--r--docs/namespaces_and_bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/namespaces_and_bindings.rst b/docs/namespaces_and_bindings.rst
index cac84680..ef745866 100644
--- a/docs/namespaces_and_bindings.rst
+++ b/docs/namespaces_and_bindings.rst
@@ -70,7 +70,7 @@ Valid strategies are:
* rdflib:
* binds all the namespaces shipped with RDFLib as DefinedNamespace instances
* all the core namespaces and all the following: brick, csvw, dc, dcat
- * dcmitype, cdterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
+ * dcmitype, dcterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
* sh, skos, sosa, ssn, time, vann, void
* see the NAMESPACE_PREFIXES_RDFLIB object in :class:`rdflib.namespace` for up-to-date list
* none: