From c2e5f6c2a9e771a17303d1486057c14e73d305c5 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 13 Jun 2012 20:19:05 -0700 Subject: [PATCH] Modify notice a bit. --- python/cpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cpr.py b/python/cpr.py index 2e982f0..108104e 100644 --- a/python/cpr.py +++ b/python/cpr.py @@ -181,7 +181,7 @@ class cpr_decoder: def __init__(self, my_location): self.my_location = my_location if my_location is None: - print "Notice: Set your coordinates with --location to get faster position reports." + print "Notice: Set your coordinates with --location to get faster position reports and range-bearing calculations." self.lkplist = {} self.evenlist = {} self.oddlist = {}