From 9c227ea70c539931a31596e6290b3381692b69e7 Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Sun, 28 Jan 2018 00:39:01 +0100 Subject: [PATCH] corrected longitude sign in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88be8e8..3b41494 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This Library is used in production at the [DXHeat.com DX Cluster](https://dxheat ## Compatibility -pyhamtools is since version 0.6.0 compatible with > Python 2.7 and > python 3.3. +Pyhamtools is since version 0.6.0 compatible with > Python 2.7 and > python 3.3. We check compatibility on OSX, Windows and Linux with the following Python versions: @@ -81,7 +81,7 @@ $ pip install pyhamtools 'adif': 230, 'continent': 'EU', 'latitude': 51.0, - 'longitude': -10.0, + 'longitude': 10.0, 'cqz': 14, 'ituz': 28 }