docs: fix typo in NamespaceManager documentation (#2291) · RDFLib/rdflib@7a05c15 (original) (raw)
`@@ -70,7 +70,7 @@ Valid strategies are:
`
70
70
`* rdflib:
`
71
71
` * binds all the namespaces shipped with RDFLib as DefinedNamespace instances
`
72
72
` * all the core namespaces and all the following: brick, csvw, dc, dcat
`
73
``
`-
- dcmitype, cdterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
`
``
73
`+
- dcmitype, dcterms, dcam, doap, foaf, geo, odrl, org, prof, prov, qb, sdo
`
74
74
` * sh, skos, sosa, ssn, time, vann, void
`
75
75
`` * see the NAMESPACE_PREFIXES_RDFLIB object in :class:rdflib.namespace
for up-to-date list
``
76
76
`* none:
`