crossbario / autobahn-python

WebSocket and WAMP in Python for Twisted and asyncio
https://crossbar.io/autobahn
MIT License
2.48k stars 768 forks source link

docs: Fix a few typos #1587

Closed timgates42 closed 2 years ago

timgates42 commented 2 years ago

There are small typos in:

Fixes:

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

oberstet commented 2 years ago

Thanks!

no idea why flake8 was failing in the CI .. just restarted to retry. let's see ..

oberstet commented 2 years ago

ok, the problem is flake8 version 5, which newly complains about assert(..). I'll fix that later, merging this one!