File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ Sets are useful because they provide *set operations*, such as union
695
695
696
696
.. longtable: format: {p{.55\textwidth} p{.35\textwidth}}
697
697
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}}
699
699
700
700
.. table :: Set Methods
701
701
@@ -1276,6 +1276,7 @@ can use the built-in data structures to great effect. Here's a class for a simpl
1276
1276
... return self.ratio * self.size
1277
1277
1278
1278
1279
+
1279
1280
We can call the constructor (``__init__ ``), by invoking the class name. Note that ``self `` is the instance,
1280
1281
but Python passes that around for us automatically::
1281
1282
You can’t perform that action at this time.
0 commit comments