mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
removed print statement in locator.calculate_sunrise_sunset(); fixed small errors in documentation
This commit is contained in:
parent
87a705c5c4
commit
beb8862ebe
3 changed files with 8 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ First we need to instanciate a LookupLib object for Country-files.com database.
|
|||
>>> my_lookuplib = LookupLib(lookuptype="countryfile")
|
||||
|
||||
|
||||
Next, a Callinfo class needs to be instanciated. The lookuplib object will be injected on construction.
|
||||
Next, a Callinfo object needs to be instanciated. The lookuplib object will be injected on construction.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue