mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-06 06:53:51 +00:00
Fix spelling errors
Fixde with: codespell --skip test --write-changes --interactive=2
This commit is contained in:
parent
44319becff
commit
36caec81e7
6 changed files with 12 additions and 12 deletions
|
|
@ -49,7 +49,7 @@ Decode a Callsign and get Country name, ADIF ID, Latitude & Longitude
|
|||
|
||||
In this example we will use AD1C's Country-files.com database to perform the lookup.
|
||||
|
||||
First we need to instanciate a LookupLib object for Country-files.com database. The latest database will be downloaded automatically.
|
||||
First we need to instantiate a LookupLib object for Country-files.com database. The latest database will be downloaded automatically.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
|
|
@ -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 object needs to be instanciated. The lookuplib object will be injected on construction.
|
||||
Next, a Callinfo object needs to be instantiated. The lookuplib object will be injected on construction.
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue