Skip to content

Commit

Permalink
:fix: README example
Browse files Browse the repository at this point in the history
  • Loading branch information
b3j0f committed Dec 20, 2015
1 parent d15b4b1 commit 344b4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ Configure several objects with one configurable
toconfigure = list(Test() for _ in range(5))
for configurable in getconfigurables(myclass):
configurable.toconfigure += toconfigure
configurable = getconfigurables(myclass)[0]
configurable.applyconfiguration(toconfigure=toconfigure)
for item in toconfigure:
assert item.six == 6
Expand Down

0 comments on commit 344b4e0

Please sign in to comment.