Skip to content

Commit

Permalink
docs: minor tweaks to conf + usage source
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-murthy committed Jan 14, 2025
1 parent 134331c commit b593c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
'networkx': ('https://networkx.org/documentation/stable/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'pdm': ('https://pdm.fming.dev/latest/', None),
'pdm': ('https://pdm-project.org/latest/', None),
'pygraphviz': ('https://pygraphviz.github.io/documentation/stable/', None),
'pytest': ('https://docs.pytest.org/en/7.4.x/', None),
'python': ('https://docs.python.org/3', None),
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Some examples of common search are given below for Barclays Bank Plc.

.. code:: python
>>> res = client.common_search('barclays bank', firm')
>>> res = client.common_search('barclays bank', 'firm')
>>> res
<Response [200]>
>>> res.fsr_data
Expand Down Expand Up @@ -111,7 +111,7 @@ Here are some further examples of common search for firms, individuals and funds
'Type of business or Individual': 'Individual',
'Name': 'Mark Carney'}]
#
>>> client.common_search(urlencode('jupiter asia pacific income', 'fund').fsr_data
>>> client.common_search('jupiter asia pacific income', 'fund').fsr_data
[{'URL': 'https://register.fca.org.uk/services/V0.1/CIS/635641',
'Status': 'Recognised',
'Reference Number': '635641',
Expand Down

0 comments on commit b593c0e

Please sign in to comment.