Skip to content

Rename duplicate table titles for the Tuple and Set chapters #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ We can access members by position or name (name allows us to be more explicit)::

.. longtable: format: {>{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.3\textwidth} l >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.3\textwidth}}

.. table:: Tuple Methods
.. table:: Tuple Operations

================================== ========================= ============================================================
Operation Provided Result
Expand Down Expand Up @@ -675,7 +675,7 @@ Sets are useful because they provide *set operations*, such as union

.. longtable: format: {>{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.25\textwidth} l >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.35\textwidth}}

.. table:: Set Methods
.. table:: Set Operations

======================================= ========================= ============================================================
Operation Provided By Result
Expand Down