From 3386fc67812104409570a1bef647e30d9e286a8c Mon Sep 17 00:00:00 2001 From: Mitch Garnaat Date: Wed, 1 Aug 2012 06:54:52 -0700 Subject: [PATCH] Removing strange unicode character that cropped in with last commit. --- boto/ec2/connection.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/boto/ec2/connection.py b/boto/ec2/connection.py index 9ff759e692..48637490b3 100644 --- a/boto/ec2/connection.py +++ b/boto/ec2/connection.py @@ -641,11 +641,10 @@ def run_instances(self, image_id, min_count=1, max_count=1, :type ebs_optimized: bool :param ebs_optimized: Whether the instance is optimized for - EBS I/O. This optimization provides dedicated throughput + EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to - provide optimal EBS I/O performance. This optimization - isn’t available with all instance types. Additional usage - charges apply when using an EBS Optimized instance. + provide optimal EBS I/O performance. This optimization + isn't available with all instance types. :rtype: Reservation :return: The :class:`boto.ec2.instance.Reservation` associated with