Skip to content

Commit 7f79f3d

Browse files
committed
doc: Fix unterminated inline literal in ceph-conf.rst
Add missing space after closing backticks to properly terminate inline literal. Sphinx was generating a warning due to an unterminated inline literal string: ``` /home/kefu/dev/ceph/doc/rados/configuration/ceph-conf.rst:320: WARNING: Inline literal start-string without end-string. ``` This fix ensures the inline literal is properly closed and eliminates the build warning. Signed-off-by: Kefu Chai <[email protected]>
1 parent 0e4eb99 commit 7f79f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rados/configuration/ceph-conf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ ago``". Be careful to not place a backslash at the end of the final line
318318
of the multi-line string.
319319

320320
An option value setting in a local config file ends with a newline.
321-
A comment prefixed with ``#``may be added before the newline.
321+
A comment prefixed with ``#`` may be added before the newline.
322322

323323
Examples:
324324

0 commit comments

Comments
 (0)