add a much requested newline

This commit is contained in:
Benjamin Peterson 2008-10-15 21:58:46 +00:00
parent 9dc0a639bd
commit 1fb84519b1
1 changed files with 2 additions and 1 deletions

View File

@ -908,7 +908,8 @@ available. They are listed here in alphabetical order.
best explained with an example:: best explained with an example::
class C(object): class C(object):
def __init__(self): self._x = None def __init__(self):
self._x = None
@property @property
def x(self): def x(self):