Skip to content

Commit a9c5498

Browse files
committed
skpkg: change lengths to length
1 parent 2346bbf commit a9c5498

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/pdffit2module

1 file changed

+1
-1
lines changed

src/extensions/pdffit2module/misc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ char pypdffit2_bond_length_types__doc__[] =
13821382
"Return a dictionary of distance data containing:\n"
13831383
"\n"
13841384
"dij : list of bond lengths within given bounds\n"
1385-
"ddij : list of bond lengths standard deviations\n"
1385+
"ddij : list of bond length standard deviations\n"
13861386
"ij0 : list of tupled pairs of indices starting at 0\n"
13871387
"ij1 : list of tupled pairs of indices starting at 1";
13881388
char pypdffit2_bond_length_types__name__[] = "bond_length_types";

0 commit comments

Comments
 (0)