Skip to content

Update style.rst#304

Merged
kennethreitz merged 1 commit into
realpython:masterfrom
Duta:patch-1
Aug 15, 2013
Merged

Update style.rst#304
kennethreitz merged 1 commit into
realpython:masterfrom
Duta:patch-1

Conversation

@Duta
Copy link
Copy Markdown
Contributor

@Duta Duta commented Aug 12, 2013

Added a line that was missing from an example (for completeness) and changed an iteration method.

Could use enumerate(a) rather than range(len(a)), although enumerate() is explained only a couple of examples later, hence I opted for range(len(a)) to show an alternative.

kennethreitz pushed a commit that referenced this pull request Aug 15, 2013
@kennethreitz kennethreitz merged commit 5a5be7b into realpython:master Aug 15, 2013
@Duta Duta deleted the patch-1 branch August 15, 2013 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants