From 3096b0e0f17d0158664166b7a25509fe23721719 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 26 Jan 2015 13:29:02 +1100 Subject: [PATCH] * Another docs edit --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 0e4f6fa59..ea2754eb0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -174,6 +174,7 @@ as our target: >>> words.reverse() >>> print('1-20', ', '.join(w.orth_ for w in words[0:20])) 1-20 bragged, remonstrated, enquired, demurred, sighed, mused, intimated, retorted, entreated, motioned, ranted, confided, countersued, gestured, implored, interceded, muttered, marvelled, bickered, despaired + >>> print('50-60', ', '.join(w.orth_ for w in words[50:60])) 50-60 flaunted, quarrelled, ingratiated, vouched, agonized, apologised, lunched, joked, chafed, schemed >>> print('1000-1010', ', '.join(w.orth_ for w in words[1000:1010])) 1000-1010 hoarded, waded, ensnared, clamoring, abided, deploring, shriveled, endeared, rethought, berate