Skip to content

Commit e225c91

Browse files
authored
Merge pull request mattharrison#16 from unknownVS13/master
Rename duplicate table titles for the Tuple and Set chapters
2 parents 7dcda9b + 44f9d6a commit e225c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ We can access members by position or name (name allows us to be more explicit)::
590590
591591
.. longtable: format: {>{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.3\textwidth} l >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.3\textwidth}}
592592
593-
.. table:: Tuple Methods
593+
.. table:: Tuple Operations
594594

595595
================================== ========================= ============================================================
596596
Operation Provided Result
@@ -675,7 +675,7 @@ Sets are useful because they provide *set operations*, such as union
675675
676676
.. longtable: format: {>{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.25\textwidth} l >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.35\textwidth}}
677677
678-
.. table:: Set Methods
678+
.. table:: Set Operations
679679

680680
======================================= ========================= ============================================================
681681
Operation Provided By Result

0 commit comments

Comments
 (0)