Fix unintentional cross references

This commit is contained in:
Jeff Epler 2020-09-21 16:47:28 -05:00
parent 85756fa0cd
commit a8147c125c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
//|
//| In CAN, messages can have a size from 0 to 8 bytes.
//|
//| For a non-rtr message, specify `data`. For an rtr-message, specify either `data` (a dummy buffer of the requested size) or `size`.
//| For a non-rtr message, specify ``data``. For an rtr-message, specify either ``data`` (a dummy buffer of the requested size) or ``size``.
//| """
//| ...
//|