Skip to content

Commit

Permalink
Fix typo in README.md (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Feb 27, 2024
1 parent 7561f13 commit a633393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ fmtrfunc = generate_formatter( fmt ) # usage 2. This bypass repeated lookup of c
s = fmtrfunc( 3.14159 )
s = format( 3.14159, precision=3 ) # usage 3. Most flexible, with some non-printf options. Least performant.
```

### Commas

Expand Down

0 comments on commit a633393

Please sign in to comment.