Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
charlax committed Jan 20, 2014
1 parent 181bf6c commit 6bbd6a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/file-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ You can also access the whole collection:

>>> pprint.pprint(manager.get_fixture("toasters"))
{'blue': <Toaster 'blue'>, 'green': <Toaster 'green'>}
>>> toasters['blue']
<Toaster 'blue'>
>>> manager.get_fixture("anonymous_toasters")
[<Toaster 'yellow'>, <Toaster 'black'>]

Expand Down

0 comments on commit 6bbd6a5

Please sign in to comment.