[Docs] Fix warnings in mkdocs build (continued) (#25163)

Signed-off-by: Zerohertz <ohg3417@gmail.com>
This commit is contained in:
Hyogeun Oh (오효근)
2025-09-19 00:23:26 +09:00
committed by GitHub
parent 5f696c33b1
commit b419937c78
2 changed files with 3 additions and 7 deletions

View File

@@ -253,7 +253,7 @@ class SingleWriterShmRingBuffer:
Args:
nbytes (int, optional): The size of the buffer to free. If None,
frees the maximum size of the ring buffer.
frees the maximum size of the ring buffer.
'''
assert self.is_writer, "Only the writer can free buffers."