This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: A Minor Glitch in the Documentation
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: fretai, georg.brandl
Priority: normal Keywords:

Created on 2008-10-01 15:41 by fretai, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg74132 - (view) Author: John (fretai) Date: 2008-10-01 15:41
Hello,

I don't know why my previous bug report was ignored, but I must report 
this. Since this is a minor glitch, I hope it will be fixed. Please be 
so kind and fix this.

Please go here and see the 3rd code example:
http://docs.python.org/dev/3.0/library/functions.html?
highlight=property#property

class C(object):
    def __init__(self): self._x = None


All other lines in the code example are written in the way that the 
code block of the function definition is in the next line and properly 
indented. Please fix this little glitch. Thank you.
msg74133 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-10-01 16:11
Please stop wasting our time. There is no bug in how this class is written.
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48259
2008-10-01 16:11:53georg.brandlsetstatus: open -> closed
resolution: wont fix
messages: + msg74133
2008-10-01 15:41:23fretaicreate