@@ -13,7 +13,7 @@ Features
1313- **search ** caches
1414
1515 - normal search (unlimited number of caches from any point)
16- - quick search (all caches inside some area) - currently not working, see bellow
16+ - quick search (all caches inside some area) - currently not working, see below
1717
1818- **get cache ** and its details
1919
@@ -86,9 +86,9 @@ and ``password`` from that file as login credentials.
8686
8787
8888 You can also provide multiple username and password tuples in a file as login credentials.
89- The tuple to be used can be chosen by providing its username when calling pycaching.login(),
90- e.g. pycaching.login("myusername2"). The first username and password tuple specified will be
91- used as default if pycaching.login() is called without providing a username.
89+ The tuple to be used can be chosen by providing its username when calling `` pycaching.login() `` ,
90+ e.g. `` pycaching.login("myusername2") `` . The first username and password tuple specified will be
91+ used as default if `` pycaching.login() `` is called without providing a username.
9292
9393.. code-block :: json
9494
@@ -111,7 +111,7 @@ using the ``password_cmd`` key instead of ``password``.
111111 # sample .gc_credentials JSON file with password command
112112 { "username" : " myusername" , "password_cmd" : " pass geocaching.com/myUsername" }
113113
114- Note that the ``password `` and ``password_cmd `` keys are mutually exclusisive .
114+ Note that the ``password `` and ``password_cmd `` keys are mutually exclusive .
115115
116116
117117
@@ -127,7 +127,7 @@ Load a cache details
127127 This uses lazy loading, so the `Cache <https://pycaching.readthedocs.io/en/latest/api.html#cache >`__
128128object is created immediately and the page is loaded when needed (accessing the name).
129129
130- You can use different method of loading cache details. It will be much faster, but it will load less
130+ You can use a different method of loading cache details. It will be much faster, but it will load less
131131details:
132132
133133.. code-block :: python
@@ -158,7 +158,7 @@ Post a log to cache
158158
159159 geocaching.post_log(" GC1PAR2" , " Found cache in the rain. Nice place, TFTC!" )
160160
161- It is also possible to call post_log on `Cache
161+ It is also possible to call `` post_log `` on `Cache
162162<https://pycaching.readthedocs.io/en/latest/api.html#cache> `__ object, but you would have to create
163163`Log <https://pycaching.readthedocs.io/en/latest/api.html#log >`__ object manually and pass it to
164164this method.
0 commit comments