Skip to content

Commit cafaca9

Browse files
author
Sam Kleinman
committed
minor: fixing see also
1 parent 6c983e4 commit cafaca9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/reference/database-statistics.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ Or:
4343
Because scaling rounds values to whole number, scaling may return
4444
unlikely or unexpected results.
4545

46-
The above commands are equivalent.
47-
48-
.. seealso:: See :dbcommand:`dbStats`, :func:`db.stats()`
49-
additional more information.
46+
The above commands are equivalent. See :dbcommand:`dbStats`,
47+
:func:`db.stats()` for additional information.
5048

5149
Fields
5250
------
@@ -69,15 +67,15 @@ Fields
6967
The average size of each object. The ``scale`` argument affects
7068
this value. This is the :stats:`dataSize` divided by the number of
7169
objects.
72-
70+
7371
.. stats:: dataSize
7472

7573
The total size of the data held in this database including the
7674
:term:`padding factor`. The ``scale`` argument affects this
7775
value. The :stats:`dataSize` will not decrease when :term:`documents
7876
<document>` shrink, but will decrease when you remove documents.
7977

80-
.. sum of all records not counting deleted records
78+
.. sum of all records not counting deleted records
8179

8280
.. stats:: storageSize
8381

0 commit comments

Comments
 (0)