From 00fa04758390c195d1793ff0fd9f8231b2817a8d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 13 Sep 2011 08:52:21 -0700 Subject: [PATCH] DOC: Fix typo in data types description. --- doc/source/user_guide/data_types.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/data_types.txt b/doc/source/user_guide/data_types.txt index e5f5f840..98ecf9bb 100644 --- a/doc/source/user_guide/data_types.txt +++ b/doc/source/user_guide/data_types.txt @@ -10,7 +10,7 @@ uint8 0 to 255 uint16 0 to 65535 float 0 to 1 int8 -128 to 127 -int16 -32767 to 32768 +int16 -32768 to 32767 =========== ================ Input types