Skip to content

Commit a512dd2

Browse files
committed
word_order_better_phrasing
1 parent 4d0e183 commit a512dd2

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
@@ -409,7 +409,7 @@ Renders as:
409409
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
412-
backticks ``:class:`~adafruit_motor.servo.Servo```. You must add also the reference in the ``conf.py`` file in the
412+
backticks ``:class:`~adafruit_motor.servo.Servo```. You must also add the reference in the ``conf.py`` file in the
413413
``intersphinx_mapping section`` adding a new entry::
414414

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

0 commit comments

Comments
 (0)