**Describe the bug** In function [`pvlib.irradiance.ghi_from_poa_driesse_2023`](https://github.com/pvlib/pvlib-python/blob/26acf8ae894fb54ad9ef6836757ef4406d4bffae/pvlib/irradiance.py#L1529) the argument `xtol` is unused. However, in [the docstring](https://pvlib-python.readthedocs.io/en/stable/reference/generated/pvlib.irradiance.ghi_from_poa_driesse_2023.html#pvlib.irradiance.ghi_from_poa_driesse_2023) it is specified. Seems like a typo. **To Reproduce** N/A **Expected behavior** To be used. **Screenshots** N/A **Versions:** - ``pvlib.__version__``: latest - ``pandas.__version__``: N/A - python: N/A **Additional context** I'll open a PR in short.