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/intro/tutorial02.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/intro') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index f7bf850309..48e4ac7e7d 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -421,10 +421,7 @@ Once you're in the shell, explore the :doc:`database API `:: # Save the object into the database. You have to call save() explicitly. >>> q.save() - # Now it has an ID. Note that this might say "1L" instead of "1", depending - # on which database you're using. That's no biggie; it just means your - # database backend prefers to return integers as Python long integer - # objects. + # Now it has an ID. >>> q.id 1 -- cgit v1.3