Skip to content

Commit

Permalink
This is an auto-commit, updating project meta data, such as changelog…
Browse files Browse the repository at this point in the history
….rst, contributors.rst
  • Loading branch information
chfw authored and actions-user committed Feb 14, 2022
1 parent 8d31fa8 commit 73aeb44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,11 @@ Get a dictionary

You can get a dictionary too:

Now let's get a dictionary out from the spreadsheet:

.. code-block:: python
>>> my_dict = p.get_dict(file_name="your_file.xls", name_columns_by_row=0)
And check what do we have:
And let's have a look inside:

.. code-block:: python
Expand Down
4 changes: 1 addition & 3 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,11 @@ Get a dictionary

You can get a dictionary too:

Now let's get a dictionary out from the spreadsheet:

.. code-block:: python
>>> my_dict = p.get_dict(file_name="your_file.xls", name_columns_by_row=0)
And check what do we have:
And let's have a look inside:

.. code-block:: python
Expand Down

0 comments on commit 73aeb44

Please sign in to comment.