Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit fa5ccbf

Browse files
committed
Typo with unsigned integers
1 parent 30b25b0 commit fa5ccbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/internal-architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ Correspondence between logical and physical types
222222

223223
* **Unsigned Integers**
224224

225-
- Logical: ``Int8/16/32/64``
226-
- Physical: ``numpy.int8/16/32/64`` array plus nullness bitmap
225+
- Logical: ``UInt8/16/32/64``
226+
- Physical: ``numpy.uint8/16/32/64`` array plus nullness bitmap
227227

228228
* **Boolean**
229229

0 commit comments

Comments
 (0)