Skip to content

Commit

Permalink
fix: remove invalid escape character (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac authored Dec 4, 2024
1 parent d67bd4d commit 548c292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def convert_units(
Decimal units conform to SI standards, see:
https://en.wikipedia.org/wiki/International_System_of_Units
:param n: The number of ``unit``\ s.
:param n: The number of ``unit``s.
:type n: ``int`` or ``float``
:param unit: The unit ``n`` represents.
:type unit: one of the global constants
Expand Down

0 comments on commit 548c292

Please sign in to comment.