commit | 1fb84519b1efa71a02c6d63800e47937922e6483 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Oct 15 21:58:46 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Oct 15 21:58:46 2008 +0000 |
tree | 92a6c38f5b0298f1816196f64358463adee5888a | |
parent | 9dc0a639bde934e840c5646cdaa5cbaadf1ddc9b [diff] [blame] |
add a much requested newline
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f70cc36..03525ca 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -908,7 +908,8 @@ best explained with an example:: class C(object): - def __init__(self): self._x = None + def __init__(self): + self._x = None @property def x(self):