Skip to content

Commit edab62b

Browse files
committed
tweak table
1 parent fec69a4 commit edab62b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Sets are useful because they provide *set operations*, such as union
695695

696696
.. longtable: format: {p{.55\textwidth} p{.35\textwidth}}
697697
698-
.. longtable: format: {>{\hangindent=1em\hangafter=1\arraybackslash }p{.55\textwidth} >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.35\textwidth}}
698+
.. longtable: format: {>{\hangindent=1em\hangafter=1\arraybackslash }p{.6\textwidth} >{\hangindent=1em\hangafter=1\raggedright\arraybackslash }p{.30\textwidth}}
699699
700700
.. table:: Set Methods
701701

@@ -1276,6 +1276,7 @@ can use the built-in data structures to great effect. Here's a class for a simpl
12761276
... return self.ratio * self.size
12771277

12781278

1279+
12791280
We can call the constructor (``__init__``), by invoking the class name. Note that ``self`` is the instance,
12801281
but Python passes that around for us automatically::
12811282

0 commit comments

Comments
 (0)