Browse Source

UrlLib

pull/3/head
Jure Šorn 5 years ago
parent
commit
964778137c
1 changed files with 2 additions and 1 deletions
  1. 3
      README.md

3
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()
```

Loading…
Cancel
Save