Fixed a typo in the load balancers example. Signed-off-by: Tomaz Muraus <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2abe7545 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2abe7545 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2abe7545 Branch: refs/heads/0.12.x Commit: 2abe75454fd9c037bafec16ace6734906de357d5 Parents: 45338e0 Author: Alex Gaynor <[email protected]> Authored: Wed Jun 19 11:41:49 2013 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Wed Jun 19 13:34:08 2013 -0700 ---------------------------------------------------------------------- example_loadbalancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/2abe7545/example_loadbalancer.py ---------------------------------------------------------------------- diff --git a/example_loadbalancer.py b/example_loadbalancer.py index 2852290..c480cc4 100644 --- a/example_loadbalancer.py +++ b/example_loadbalancer.py @@ -42,7 +42,7 @@ def main(): algorithm=Algorithm.ROUND_ROBIN, port=80, protocol='http', - members) + members=members) print(new_balancer)
