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

Tutorial errors #42667

Closed
gkaukola mannequin opened this issue Dec 7, 2005 · 3 comments
Closed

Tutorial errors #42667

gkaukola mannequin opened this issue Dec 7, 2005 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@gkaukola
Copy link
Mannequin

gkaukola mannequin commented Dec 7, 2005

BPO 1375599
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-12-27.00:06:37.000>
created_at = <Date 2005-12-07.18:55:35.000>
labels = ['docs']
title = 'Tutorial errors'
updated_at = <Date 2005-12-27.00:06:37.000>
user = 'https://bugs.python.org/gkaukola'

bugs.python.org fields:

activity = <Date 2005-12-27.00:06:37.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-12-07.18:55:35.000>
creator = 'gkaukola'
dependencies = []
files = []
hgrepos = []
issue_num = 1375599
keywords = []
message_count = 3.0
messages = ['26996', '26997', '26998']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'georg.brandl', 'gkaukola']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1375599'
versions = []

@gkaukola
Copy link
Mannequin Author

gkaukola mannequin commented Dec 7, 2005

In section 1 of the tutorial, it says this:

"Python enables programs to written compactly and
readably."

It should probably read like so:

"Python enables programs to be written compactly and
readably."

I'd like it even better like so:

"Python enables programs to be compact and readable."

Also, even though it probably doesn't matter really
since it's just an example, in your Fibonacci sequence
example in section 4.6 it should probably be "while b
<= n" as opposed to "while b < n". Because if n == 1,
nothing is spit out. But even then it still wouldn't
handle 0.

@gkaukola gkaukola mannequin closed this as completed Dec 7, 2005
@gkaukola gkaukola mannequin added the docs Documentation in the Doc dir label Dec 7, 2005
@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Dec 8, 2005

Logged In: YES
user_id=33168

Not sure where you are seeing the grammar problem in section

  1. It is fixed in SVN and on this page:
    http://docs.python.org/tut/tut.html

Presumably you are looking at an old version.

@birkenfeld
Copy link
Member

Logged In: YES
user_id=1188172

Corrected the 2.4 branch version in rev. 41831.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant