8000 docs: Fix header lines that are too short. · sparkfun/circuitpython@2ecb9a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ecb9a3

Browse files
committed
docs: Fix header lines that are too short.
1 parent c0e1f58 commit 2ecb9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shared-bindings/audioio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "shared-bindings/audioio/AudioOut.h"
3535

3636
//| :mod:`audioio` --- Support for audio input and output
37-
//| =================================================
37+
//| ======================================================
3838
//|
3939
//| .. module:: audioio
4040
//| :synopsis: Support for audio input and output

shared-bindings/pulseio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "shared-bindings/pulseio/PWMOut.h"
3737

3838
//| :mod:`pulseio` --- Support for pulse based protocols
39-
//| =================================================
39+
//| =====================================================
4040
//|
4141
//| .. module:: pulseio
4242
//| :synopsis: Support for pulse based protocols

0 commit comments

Comments
 (0)
0