removed print statement in locator.calculate_sunrise_sunset(); fixed small errors in documentation

This commit is contained in:
dh1tw 2014-09-28 00:59:42 +02:00
parent 87a705c5c4
commit beb8862ebe
3 changed files with 8 additions and 3 deletions

View file

@ -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