Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix typo in xml parsing for InstanceStatusSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansmith authored and toastdriven committed May 30, 2013
1 parent 1567987 commit 55d4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/ec2/instancestatus.py
Expand Up @@ -207,6 +207,6 @@ def startElement(self, name, attrs, connection):
return None

def endElement(self, name, value, connection):
if name == 'NextToken':
if name == 'nextToken':
self.next_token = value
setattr(self, name, value)

0 comments on commit 55d4f68

Please sign in to comment.