diff --git a/README.md b/README.md index 8839270..9966ce4 100644 --- a/README.md +++ b/README.md @@ -1305,7 +1305,8 @@ class Bar(): s.p('-') if s.i == s.st: s.p('\n') - def p(s, t): + @staticmethod + def p(t): sys.stdout.write(t) sys.stdout.flush() ```