Skip to content

Commit 3cc01bb

Browse files
committed
Reword and reformat a little.
1 parent 80f3fc3 commit 3cc01bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/glossary.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)