same docs for same behaviour (#8854)

This commit is contained in:
Niels Maeder
2025-10-09 04:44:58 +02:00
committed by GitHub
parent 9eaa193186
commit 686ca3fd6e

View File

@@ -331,7 +331,7 @@ BOOST_PYTHON_MODULE(rdDistGeom) {
\n\
ARGUMENTS:\n\n\
- mol : the molecule of interest\n\
- maxAttempts : the maximum number of attempts to try embedding \n\
- maxAttempts : maximum number of embedding attempts to use for a single conformation \n\
- randomSeed : provide a seed for the random number generator \n\
so that the same coordinates can be obtained \n\
for a molecule on multiple runs. If -1, the \n\
@@ -394,7 +394,7 @@ BOOST_PYTHON_MODULE(rdDistGeom) {
ARGUMENTS:\n\n\
- mol : the molecule of interest\n\
- numConfs : the number of conformers to generate \n\
- maxAttempts : the maximum number of attempts to try embedding \n\
- maxAttempts : maximum number of embedding attempts to use for a single conformation \n\
- randomSeed : provide a seed for the random number generator \n\
so that the same coordinates can be obtained \n\
for a molecule on multiple runs. If -1, the \n\