From 9d27478958b50f2f689a103e39bf998fe7486675 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 Jan 2017 13:19:26 -0500 Subject: Refs #23919 -- Removed docs references to long integers. --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 2008e65b95..b135532b2d 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -722,7 +722,7 @@ For each field, we describe the default widget used if you don't specify * Default widget: :class:`NumberInput` when :attr:`Field.localize` is ``False``, else :class:`TextInput`. * Empty value: ``None`` - * Normalizes to: A Python integer or long integer. + * Normalizes to: A Python integer. * Validates that the given value is an integer. Leading and trailing whitespace is allowed, as in Python's ``int()`` function. * Error message keys: ``required``, ``invalid``, ``max_value``, -- cgit v1.3