Skip to content

Commit

Permalink
fix the typo so that we can publish to pypi (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 authored Jan 7, 2024
2 parents 89ae876 + ac85964 commit 5aac95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Unreleased

----

0.31.0 (2024-01-06)
0.31.1 (2024-01-06)
-------------------

Removed
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ using the ``SciNum`` object.
>>> print(f"{num:!2f()}")
123456.6543(34)

Note that the above examples demonstrate that :mod:`sciform` uses
Note that the above examples demonstrate that ``sciform`` uses
`"round-to-even" <https://en.wikipedia.org/wiki/Rounding#Rounding_half_to_even>`_
rounding.

Expand Down

0 comments on commit 5aac95c

Please sign in to comment.