While browsing through the twisted.web docs, I noticed following:

Hello's getChild() method on https://docs.twisted.org/en/stable/web/howto/using-twistedweb.html#resource-objects has a typo. It says

    if name == '':

where it should have said:

    if name == b'':

Greetz
Kirill
_______________________________________________
Twisted mailing list -- twisted@python.org
To unsubscribe send an email to twisted-le...@python.org
https://mail.python.org/mailman3/lists/twisted.python.org/
Message archived at 
https://mail.python.org/archives/list/twisted@python.org/message/22XYQVUVLYEKU46ZBF3TJ2C3KXFYTJXK/
Code of Conduct: https://twisted.org/conduct

Reply via email to