From e572c382f73ac4c40ede2c5fab8eac1e902d6cdd Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Thu, 15 Jan 2015 14:57:48 +0900 Subject: [PATCH] Fixing a broken table notation. --- doc/iterator.qbk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/iterator.qbk b/doc/iterator.qbk index 50430a4d..0aa7b607 100644 --- a/doc/iterator.qbk +++ b/doc/iterator.qbk @@ -67,8 +67,7 @@ the following expressions are valid: ] [heading Expression Semantics] -[ -table +[table [[Expression] [Semantics]] [[`__next__(i)`] [An iterator to the element following `i`]] [[`i == j`] [Iterator equality comparison]]