File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1202,10 +1202,11 @@ Glossary
12021202 :func: `sys.getrefcount ` function to return the
12031203 reference count for a particular object.
12041204
1205- In :term: `CPython `, reference counts are not considered to be stable, well-defined
1206- values for an object; the number of references to a Python object, and how that number
1207- is affected by Python code, may be different between versions. Consequently, don't rely
1208- on an object's reference count to be a value other than 0 or 1.
1205+ In :term: `CPython `, reference counts are not considered to be stable
1206+ or well-defined values; the number of references to an object, and how
1207+ that number is affected by Python code, may be different between
1208+ versions. Consequently, don't rely on an object's reference count to be
1209+ a value other than 0 or 1.
12091210
12101211 regular package
12111212 A traditional :term: `package `, such as a directory containing an
You can’t perform that action at this time.
0 commit comments