Skip to content

Commit 7cba77d

Browse files
committed
docs: Minor fixes
1 parent 187e83b commit 7cba77d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/dsl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ through the :attr:`~sphinxnotes.render.Registry.data` attribute of
191191
Adding Custom Types
192192
-------------------
193193

194-
Use :meth:`~sphinxnotes.render.data.REGISTRY.add_type` of
194+
Use :meth:`~sphinxnotes.render.data.REGISTRY.add_type` method of
195195
:data:`sphinxnotes.render.REGISTRY` to add a new type:
196196

197197
>>> from sphinxnotes.render import REGISTRY
@@ -211,7 +211,7 @@ Use :meth:`~sphinxnotes.render.data.REGISTRY.add_type` of
211211
Adding Custom Flags
212212
-------------------
213213

214-
Use :meth:`~sphinxnotes.render.data.Registry.add_flag` of
214+
Use :meth:`~sphinxnotes.render.data.Registry.add_flag` method of
215215
:data:`sphinxnotes.render.REGISTRY` to add a new type:
216216

217217
>>> from sphinxnotes.render import REGISTRY
@@ -225,7 +225,7 @@ True
225225
Adding Custom By-Options
226226
------------------------
227227

228-
Use :meth:`sphinxnotes.render.data.Registry.add_by_option` of
228+
Use :meth:`~sphinxnotes.render.data.Registry.add_by_option` method of
229229
:data:`sphinxnotes.render.REGISTRY` to add a new by-option:
230230

231231
>>> from sphinxnotes.render import REGISTRY

0 commit comments

Comments
 (0)