Fix docstring leading space....
Fix docstring leading space.
Since
https://github.com/python/cpython/pull/106411, it look like
cpython is removing leading space and indent.
We therefore need conditional check, until we decide Wether this is a
problem we want to deal with or not.