Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the repo #1

Merged
merged 73 commits into from
Oct 21, 2015
Merged

update the repo #1

merged 73 commits into from
Oct 21, 2015

Conversation

surajssd
Copy link
Owner

No description provided.

SanketDG and others added 28 commits July 21, 2015 23:32
Fix typos and syntax errors upto exceptions.rst.
py3 gives float value, and typo fixed for print. Thank you @trishnaguha
corrected "input" in example. Thank you @arkhandir
Fixed grammatical errors
Python 3 does not allow sorting of mixed lists of integers and lists. So this example removes the list and then sorts.
Correct sort() example to work with Python 3
range() doesn't return list sequence anymore. In fact, range is itself
an imuutable sequence. So changed the range example accordingly.
missing line in stack example code
corrected set examples to use {'f','o'} instead of (['f', 'o'])
Corrected iteritems() to items()
Various minor changes to rephrase in standard English.
Username removed from the output section
Updated Strings/finding text example
typo of print in strings.rst
Basic typo corrections in Chapter 6 Looping
Reflect Python 3 changes and correct typos
surajssd added a commit that referenced this pull request Oct 21, 2015
@surajssd surajssd merged commit f06adf4 into surajssd:master Oct 21, 2015
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.

10 participants