Looking for the documentation of str order comparsion

It is documented under the Expressions section:

Strings (instances of str) compare lexicographically using the numerical Unicode code points (the result of the built-in function ord()) of their characters.