From 3b1bd695e8789847886e6e462dea106d601e7b2e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 30 Mar 2012 07:30:00 -0400 Subject: [PATCH] Fix ususes -> uses typo in analyze_surface_position_data(). --- pypiezo/surface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypiezo/surface.py b/pypiezo/surface.py index b966b7f..7d7f8b5 100644 --- a/pypiezo/surface.py +++ b/pypiezo/surface.py @@ -164,7 +164,7 @@ def analyze_surface_position_data( minimum or maximum `z` position during the approach. If `None`, a default value of 2% of the approach range is used. """ - # ususes ddict["approach"] for analysis + # uses ddict["approach"] for analysis # the others are just along to be plotted _LOG.info('analyze surface position data') -- 2.26.2