mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
same docs for same behaviour (#8854)
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user