Skip to content

Commit a3975aa

Browse files
committed
remove leading whitespace in inline code blocks
1 parent 5ca8b9c commit a3975aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/code/api_reference/config_players/coil_player.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ The coil_player is available via `self.machine.coil_player`.
1818

1919
The coil_player has the following methods & attributes available. Note that methods & attributes inherited from the base class are not included here.
2020

21-
` clear_context(context)`
21+
`clear_context(context)`
2222

2323
Disable enabled coils.
2424

25-
` get_express_config(value: str)`
25+
`get_express_config(value: str)`
2626

2727
Parse short config version.
2828

29-
` play(settings, context: str, calling_context: str, priority: int = 0, **kwargs)`
29+
`play(settings, context: str, calling_context: str, priority: int = 0, **kwargs)`
3030

3131
Enable, Pulse or disable coils.
3232

docs/code/api_reference/devices/rgb_dmds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ The device collection which contains the rgb_dmds in your machine is available v
2222

2323
Rgb_dmds have the following methods & attributes available. Note that methods & attributes inherited from base classes are not included here.
2424

25-
` format_log_line(msg, context, error_no) → str`
25+
`format_log_line(msg, context, error_no) → str`
2626

2727
Return a formatted log line with log link and context.
2828

29-
` raise_config_error(msg, error_no, *, context=None) → NoReturn`
29+
`raise_config_error(msg, error_no, *, context=None) → NoReturn`
3030

3131
Raise a ConfigFileError exception.
3232

33-
` update(data: bytes)`
33+
`update(data: bytes)`
3434

3535
Update data on the dmd.
3636

0 commit comments

Comments
 (0)