Skip to content

Commit

Permalink
Fix utils.* docs (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Jun 21, 2019
1 parent dbdeb13 commit b56ea88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xentica/utils/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

def sizeof_fmt(num, suffix=''):
"""
Format the number with the humanized order of magnitude.
Format the number to a humanized order of magnitude.
In example, ``11234`` become ``11.23K``.
For example, ``11234`` become ``11.23K``.
:param num:
The positive integer.
:param suffix:
Additional suffix to add to formatted string.
Additional suffix added to the resulting string.
:returns:
Formatted number as a string.
Expand Down

0 comments on commit b56ea88

Please sign in to comment.