We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2346bbf commit a9c5498Copy full SHA for a9c5498
src/extensions/pdffit2module/misc.cc
@@ -1382,7 +1382,7 @@ char pypdffit2_bond_length_types__doc__[] =
1382
"Return a dictionary of distance data containing:\n"
1383
"\n"
1384
"dij : list of bond lengths within given bounds\n"
1385
- "ddij : list of bond lengths standard deviations\n"
+ "ddij : list of bond length standard deviations\n"
1386
"ij0 : list of tupled pairs of indices starting at 0\n"
1387
"ij1 : list of tupled pairs of indices starting at 1";
1388
char pypdffit2_bond_length_types__name__[] = "bond_length_types";
0 commit comments