From 1a662b78d51a69dae94b16e5313da74d4e26e00f Mon Sep 17 00:00:00 2001 From: tomswinburne Date: Tue, 29 Jun 2021 10:53:02 +0200 Subject: [PATCH] conform --- python/lammps/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lammps/core.py b/python/lammps/core.py index a430052b8c..88eba735b0 100644 --- a/python/lammps/core.py +++ b/python/lammps/core.py @@ -1570,8 +1570,8 @@ class lammps(object): """Return a string with detailed information about any devices that are usable by the GPU package. - This is a wrapper around the :cpp:func:`lammps_get_gpu_device_info` - function of the C-library interface. + This is a wrapper around the :cpp:func:`lammps_get_gpu_device_info` + function of the C-library interface. :return: GPU device info string :rtype: string