This is an automated email from the ASF dual-hosted git repository.
alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 315e06ae5b GH-35369: [Docs] Add a missing space after ref:`IPC format
<format-ipc>` (#38276)
315e06ae5b is described below
commit 315e06ae5b5733727696dd5a1298dcbb0e9ae6f0
Author: Divyansh200102 <[email protected]>
AuthorDate: Tue Jan 23 00:18:57 2024 +0530
GH-35369: [Docs] Add a missing space after ref:`IPC format <format-ipc>`
(#38276)
* Closes: #35369
Lead-authored-by: Divyansh200102 <[email protected]>
Co-authored-by: Divyansh200102
<[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
---
docs/source/format/Glossary.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/format/Glossary.rst b/docs/source/format/Glossary.rst
index 65d6e0afa4..3f2f118a95 100644
--- a/docs/source/format/Glossary.rst
+++ b/docs/source/format/Glossary.rst
@@ -174,7 +174,7 @@ Glossary
.. seealso:: :term:`data type`
record batch
- **In the :ref:`IPC format <format-ipc>`**: the primitive unit
+ **In the** :ref:`IPC format <format-ipc>`: the primitive unit
of data. A record batch consists of an ordered list of
:term:`buffers <buffer>` corresponding to a :term:`schema`.