Skip to content

Commit 9647781

Browse files
committed
UrlLib
1 parent 96d1aaf commit 9647781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,8 @@ class Bar():
13051305
s.p('-')
13061306
if s.i == s.st:
13071307
s.p('\n')
1308-
def p(s, t):
1308+
@staticmethod
1309+
def p(t):
13091310
sys.stdout.write(t)
13101311
sys.stdout.flush()
13111312
```

0 commit comments

Comments
 (0)