Skip to content

Commit cb42ace

Browse files
committed
better_phrasing
1 parent a512dd2 commit cb42ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Documentation References to other Libraries
410410
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
411411
When you need to make references to documentation in other libraries you should refer the class using single
412412
backticks ``:class:`~adafruit_motor.servo.Servo```. You must also add the reference in the ``conf.py`` file in the
413-
``intersphinx_mapping section`` adding a new entry::
413+
``intersphinx_mapping section`` by adding a new entry::
414414

415415
"adafruit_motor": ("https://circuitpython.readthedocs.io/projects/motor/en/latest/", None,),
416416

0 commit comments

Comments
 (0)