Skip to content

Commit d9a682c

Browse files
authored
Update README.md
1 parent 0da70c9 commit d9a682c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ All entry types support string formatting using Python's f-strings.
300300
- `x`: lowercase
301301
- `X`: uppercase
302302
- `sep`: a single character to separate groups of hex digits *(default: none)*
303-
- Tokenized entries support formatting of their tokens into readable lines: `{line_spec}?{sep}?{type}{lang}?`
303+
- Tokenized entries support formatting of their tokens into readable lines: `{line_spec}?{sep}?{type}.{lang}?`
304304
- `line_spec`: format specifier for line numbers *(default: no line numbers)*
305305
- `sep`: a string to separate lines and line numbers *(required for line numbering)*
306306
- `type`: how to format each token
@@ -351,4 +351,4 @@ These functions operate on sequences of `TIToken` objects, which store relevant
351351
352352
## Examples
353353

354-
You can find more sample code in [`examples`](https://github.com/TI-Toolkit/tivars_lib_py/tree/main/examples) that details common operations on each of the entry types. There are also examples for interfacing with popular external libraries (e.g. NumPy, PIL). Contributions welcome!
354+
You can find more sample code in [`examples`](https://github.com/TI-Toolkit/tivars_lib_py/tree/main/examples), which detail common operations on each of the entry types. There are also examples for interfacing with popular external libraries (e.g. NumPy, PIL). Contributions welcome!

0 commit comments

Comments
 (0)