Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
Use double double colon to format example as source code
  • Loading branch information
curiousleo committed Feb 23, 2014
1 parent fed9b41 commit 0c3460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsfabrictasks/ec2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class Ec2LaunchInstance(object):
- Use :meth:`Ec2LaunchInstance.wait_for_running_state_many` to wait for all instances to launch.
- Do something with the running instances.
Example of launching many instances:
Example of launching many instances::
a = Ec2LaunchInstance(extra_tags={'Name': 'a'})
b = Ec2LaunchInstance(extra_tags={'Name': 'b'})
Expand Down

0 comments on commit 0c3460a

Please sign in to comment.