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.

Author fretai
Recipients fretai, georg.brandl
Date 2008-10-01.15:41:22
SpamBayes Score 2.1518441e-05
Marked as misclassified No
Message-id <1222875684.11.0.0089536164395.issue4009@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-01 15:41:24fretaisetrecipients: + fretai, georg.brandl
2008-10-01 15:41:24fretaisetmessageid: <1222875684.11.0.0089536164395.issue4009@psf.upfronthosting.co.za>
2008-10-01 15:41:23fretailinkissue4009 messages
2008-10-01 15:41:22fretaicreate