Skip to content

Commit cfce7d7

Browse files
committed
docs/lcd160cr: Group related constants together. Use full sentences.
Per the latest docs conventions.
1 parent ba33c54 commit cfce7d7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/library/lcd160cr.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,15 @@ Constants
380380
---------
381381

382382
.. data:: lcd160cr.PORTRAIT
383-
.. data:: lcd160cr.LANDSCAPE
384-
.. data:: lcd160cr.PORTRAIT_UPSIDEDOWN
385-
.. data:: lcd160cr.LANDSCAPE_UPSIDEDOWN
383+
lcd160cr.LANDSCAPE
384+
lcd160cr.PORTRAIT_UPSIDEDOWN
385+
lcd160cr.LANDSCAPE_UPSIDEDOWN
386386

387-
orientation of the display, used by :meth:`LCD160CR.set_orient`
387+
Orientations of the display, used by :meth:`LCD160CR.set_orient`.
388388

389389
.. data:: lcd160cr.STARTUP_DECO_NONE
390-
.. data:: lcd160cr.STARTUP_DECO_MLOGO
391-
.. data:: lcd160cr.STARTUP_DECO_INFO
390+
lcd160cr.STARTUP_DECO_MLOGO
391+
lcd160cr.STARTUP_DECO_INFO
392392

393-
type of start-up decoration, can be or'd together, used by
394-
:meth:`LCD160CR.set_startup_deco`
393+
Types of start-up decoration, can be OR'ed together, used by
394+
:meth:`LCD160CR.set_startup_deco`.

0 commit comments

Comments
 (0)