From 6bbd6a588a2fe01f9f74da2ed0209fb3b1c1297d Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Sun, 19 Jan 2014 22:44:16 -0800 Subject: [PATCH] Fix doctest --- docs/file-format.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/file-format.rst b/docs/file-format.rst index eadfe47..4addd2d 100644 --- a/docs/file-format.rst +++ b/docs/file-format.rst @@ -200,8 +200,6 @@ You can also access the whole collection: >>> pprint.pprint(manager.get_fixture("toasters")) {'blue': , 'green': } - >>> toasters['blue'] - >>> manager.get_fixture("anonymous_toasters") [, ]