diff --git a/doc/src/Python_module.rst b/doc/src/Python_module.rst index d2564986de..c19d4b0345 100644 --- a/doc/src/Python_module.rst +++ b/doc/src/Python_module.rst @@ -142,7 +142,7 @@ Style Constants Type Constants -------------- -.. py:data:: LMP_TYPE_SCALAR, LMP_TYLE_VECTOR, LMP_TYPE_ARRAY, LMP_SIZE_VECTOR, LMP_SIZE_ROWS, LMP_SIZE_COLS +.. py:data:: LMP_TYPE_SCALAR, LMP_TYPE_VECTOR, LMP_TYPE_ARRAY, LMP_SIZE_VECTOR, LMP_SIZE_ROWS, LMP_SIZE_COLS :type: int Constants in the :py:mod:`lammps` module to select what type of data diff --git a/doc/src/fix_ave_histo.rst b/doc/src/fix_ave_histo.rst index d50112ac48..3a2857f383 100644 --- a/doc/src/fix_ave_histo.rst +++ b/doc/src/fix_ave_histo.rst @@ -138,8 +138,8 @@ vector or columns of the array had been listed one by one. E.g. these .. code-block:: LAMMPS compute myCOM all com/chunk - fix 1 all ave/histo 100 1 100 c_myCOM[*] file tmp1.com mode vector - fix 2 all ave/histo 100 1 100 c_myCOM[1] c_myCOM[2] c_myCOM[3] file tmp2.com mode vector + fix 1 all ave/histo 100 1 100 -10.0 10.0 100 c_myCOM[*] file tmp1.com mode vector + fix 2 all ave/histo 100 1 100 -10.0 10.0 100 c_myCOM[1] c_myCOM[2] c_myCOM[3] file tmp2.com mode vector If the fix ave/histo/weight command is used, exactly two values must be specified. If the values are vectors, they must be the same