diff --git a/modules/amv/intercompare.py b/modules/amv/intercompare.py
index 0e2a0c6b2ce995c6db0abe32e9cc6b8c1f4ba710..e3ae4142a38f0e414209b0debfeee3a6c0c55695 100644
--- a/modules/amv/intercompare.py
+++ b/modules/amv/intercompare.py
@@ -1038,7 +1038,7 @@ def best_fit(amv_spd, amv_dir, amv_prs, amv_lat, amv_lon, fcst_spd, fcst_dir, fc
 # if bottom model level
     if imin == 0 or imin == fcst_num_levels - 1:
         if verbose:
-            print('AMV location lat,lon,alt ({0},{1},{2}) min vector difference at top/bottom'.format(amv_lat,amv_lon,amv_prs))
+            print('AMV location lat,lon,alt ({0},{1},{2}) min vector difference at top or bottom'.format(amv_lat,amv_lon,amv_prs))
     else:
         p3 = fcst_prs[imin+1]
         p1 = fcst_prs[imin-1]