We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f4dbd commit 921caceCopy full SHA for 921cace
pep-0336.txt
@@ -64,7 +64,7 @@ Before, checking function table entry against ``None``::
64
def b(self, input):
65
print 'b'
66
67
- def c(self, input);
+ def c(self, input):
68
print 'c'
69
70
def __call__(self, input):
@@ -84,7 +84,7 @@ Before, using a local no effect method::
84
85
86
87
88
89
90
def nop(self, input):
@@ -106,7 +106,7 @@ After::
106
107
108
109
110
111
112
0 commit comments