I noticed on the documentation that the modulating term F' in the Klucher expression for the transposition factor is missing an exponent of 2 ( https://pvlib-python.readthedocs.io/en/stable/generated/pvlib.irradiance.klucher.html ) It should read F' = 1-(DHI/GHI)^2 instead of F' = 1-(DHI/GHI) The error appears only on the docs, the code is correct. Can someone corroborate that? Thanks a lot!