From edb6550a73a5d7dc771b5b814c8efc909c4da9a0 Mon Sep 17 00:00:00 2001 From: arm61 Date: Fri, 24 Aug 2018 13:41:11 +0100 Subject: [PATCH] fix a typo --- pylj/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylj/util.py b/pylj/util.py index bf6f2e2..18faccd 100644 --- a/pylj/util.py +++ b/pylj/util.py @@ -244,7 +244,7 @@ def particle_dt(): - xposition and yposition - xvelocity and yvelocity - xacceleration and yacceleration - - xprevious_position and ypresvious_position + - xprevious_position and yprevious_position - xforce and yforce - energy """