File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,23 +187,23 @@ values but should not rebind them):
187187
188188 A list of callbacks that will be invoked by the garbage collector before and
189189 after collection. The callbacks will be called with two arguments,
190- :arg: ` phase ` and :arg: ` info ` .
190+ * phase * and * info * .
191191
192- :arg: ` phase ` can one of two values:
192+ * phase * can one of two values:
193193
194194 "start": The garbage collection is about to start.
195195
196196 "stop": The garbage collection has finished.
197197
198- :arg: ` info ` provides more information for the callback. The following
198+ * info * provides more information for the callback. The following
199199 keys are currently defined:
200200
201201 "generation": The oldest generation being collected.
202202
203- "collected": When :arg: ` phase ` is "stop", the number of objects
203+ "collected": When * phase * is "stop", the number of objects
204204 successfully collected.
205205
206- "uncollectable": when :arg: ` phase ` is "stop", the number of objects
206+ "uncollectable": when * phase * is "stop", the number of objects
207207 that could not be collected and were put in :data: `garbage `.
208208
209209 Applications can add their own callbacks to this list. The primary
You can’t perform that action at this time.
0 commit comments