Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Update: Python Range #1003

Merged
merged 2 commits into from
May 24, 2016
Merged

Update: Python Range #1003

merged 2 commits into from
May 24, 2016

Conversation

jainaman224
Copy link
Contributor

No description provided.

@ghost ghost self-assigned this May 20, 2016
@ghost ghost changed the title updated Python-Range.md Update: Python Range May 20, 2016
[Python Docs - Ranges](https://docs.python.org/3/library/stdtypes.html#ranges)

Rather than being a function, range is actually an [immutable sequence type](https://docs.python.org/3/library/stdtypes.html#immutable-sequence-types) and is commonly used for looping a specific number of times in for loops.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-Rather than being a function, range is actually an [immutable sequence type](https://docs.python.org/3/library/stdtypes.html#immutable-sequence-types) and is commonly used for looping a specific number of times in for loops.
+Rather than being a function, a range is actually an [immutable sequence type](https://docs.python.org/3/library/stdtypes.html#immutable-sequence-types) and is commonly used for looping a specific number of times in for loops.

@jainaman224
Copy link
Contributor Author

Sorry I haven't seen that message.
Any other modification required...?

@Rafase282
Copy link
Member

I think that is all.

I don't want : on the titles because it breaks the scripts but in this case it seems to be needed and I have a line of code to handle it so all is well. Just make the adjustment we mentioned.

@Rafase282
Copy link
Member

@jainaman224 are you available to finish this?

@Rafase282
Copy link
Member

I'll make the change myself.

@Rafase282 Rafase282 merged commit 02ca044 into freeCodeCamp:master May 24, 2016
@BerkeleyTrue BerkeleyTrue removed the QA label May 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants