From: W. Trevor King Date: Fri, 30 Mar 2012 11:30:00 +0000 (-0400) Subject: Fix ususes -> uses typo in analyze_surface_position_data(). X-Git-Tag: 0.7~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b1bd695e8789847886e6e462dea106d601e7b2e;p=pypiezo.git Fix ususes -> uses typo in analyze_surface_position_data(). --- 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')