Skip to content

Commit

Permalink
Removing strange unicode character that cropped in with last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Aug 1, 2012
1 parent d0313c0 commit 3386fc6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions boto/ec2/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3386fc6

Please sign in to comment.