Skip to content

Commit 7de2643

Browse files
kartbennashif
authored andcommitted
doc: sphinx-lint: fix unbalanced-inline-literals-delimiters
used sphinx-lint to catch unbalanced inline literal markup. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 9f7fb3e commit 7de2643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/develop/west/build-flash-debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Runner-Specific Overrides
771771
=========================
772772

773773
To view all of the available options supported by the runners, as well
774-
as their usage information, use ``--context`` (or``-H``)::
774+
as their usage information, use ``--context`` (or ``-H``)::
775775

776776
west simulate --runner=renode --context
777777

doc/develop/west/west-apis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ WestCommand
148148
.. method:: check_call(args, **kwargs)
149149

150150
Runs ``subprocess.check_call(args, **kwargs)`` after
151-
logging the call at Verbosity.DBG_MORE`` level.
151+
logging the call at ``Verbosity.DBG_MORE`` level.
152152

153153
.. versionchanged:: 1.2.0
154154
The *cwd* keyword argument was replaced with a catch-all ``**kwargs``.

0 commit comments

Comments
 (0)