It's a small thing, but the [routing tutorial](http://www.hug.rest/website/learn/routing) still has the problem with ```python # external.py import hug import external ``` when it should import `internal`, while the version in docs of the core hug repository is OK.
It's a small thing, but the routing tutorial still has the problem with
when it should import
internal, while the version in docs of the core hug repository is OK.