From 753867123d36c13b29637c648068fd83844b0498 Mon Sep 17 00:00:00 2001 From: Dwayne Robinson Date: Tue, 9 Jan 2024 06:40:10 -0800 Subject: [PATCH] Fix data_types.rst uint64 (#406) uint64 correctly says 8 bytes, but the description is copy pasta. --- docs/src/python/data_types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/python/data_types.rst b/docs/src/python/data_types.rst index cbb5c9a3f..c1b240d86 100644 --- a/docs/src/python/data_types.rst +++ b/docs/src/python/data_types.rst @@ -29,9 +29,9 @@ The default floating point type is ``float32`` and the default integer type is * - ``uint32`` - 4 - 32-bit unsigned integer - * - ``uint32`` + * - ``uint64`` - 8 - - 32-bit unsigned integer + - 64-bit unsigned integer * - ``int8`` - 1 - 8-bit signed integer