Skip to content

Commit b1fe41b

Browse files
ahkcsclaude
andcommitted
Remove unnecessary backslash escapes in RST table pipe characters
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent 3039353 commit b1fe41b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user/interfaces/endpoint.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ If the query does **not** contain a ``head`` command in the main pipeline, ``fet
304304
+-----------------------------------------------+---------------------------------------------------+
305305
| Query | Behavior with ``fetch_size=5`` |
306306
+===============================================+===================================================+
307-
| ``source=t \| fields age`` | ``fetch_size`` applies — returns 5 rows |
307+
| ``source=t | fields age`` | ``fetch_size`` applies — returns 5 rows |
308308
+-----------------------------------------------+---------------------------------------------------+
309-
| ``source=t \| head 100 \| fields age`` | ``head`` takes precedence — returns 100 rows |
309+
| ``source=t | head 100 | fields age`` | ``head`` takes precedence — returns 100 rows |
310310
+-----------------------------------------------+---------------------------------------------------+
311-
| ``source=t1 \| join (source=t2 \| head 100)`` | ``head`` is in subquery — ``fetch_size`` applies |
311+
| ``source=t1 | join (source=t2 | head 100)`` | ``head`` is in subquery — ``fetch_size`` applies |
312312
+-----------------------------------------------+---------------------------------------------------+
313313

314314
Examples::

0 commit comments

Comments
 (0)