1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2023-01-26 16:59:15 -08:00
parent e758aa41ef
commit 79305a50d0
2 changed files with 8 additions and 8 deletions

View File

@ -318,10 +318,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python
slicing. This allows you to skip lines at the beginning and/or end of the slicing. This allows you to skip lines at the beginning and/or end of the
output you would like `jc` to convert. output you would like `jc` to convert.
`START` and `STOP` can be positive or negative integers and allow you to `START` and `STOP` can be positive or negative integers or blank and allow
specify how many lines to skip and how many lines to process. Positive you to specify how many lines to skip and how many lines to process.
slices are the most memory efficient. Any negative slices will use more Positive and blank slices are the most memory efficient. Any negative
memory. integers in the slice will use more memory.
For example, to skip the first and last line of the following text, you For example, to skip the first and last line of the following text, you
could express the slice in a couple ways: could express the slice in a couple ways:

View File

@ -180,10 +180,10 @@ Line slicing is supported using the `START:STOP` syntax similar to Python
slicing. This allows you to skip lines at the beginning and/or end of the slicing. This allows you to skip lines at the beginning and/or end of the
output you would like `jc` to convert. output you would like `jc` to convert.
`START` and `STOP` can be positive or negative integers and allow you to `START` and `STOP` can be positive or negative integers or blank and allow
specify how many lines to skip and how many lines to process. Positive you to specify how many lines to skip and how many lines to process.
slices are the most memory efficient. Any negative slices will use more Positive and blank slices are the most memory efficient. Any negative
memory. integers in the slice will use more memory.
For example, to skip the first and last line of the following text, you For example, to skip the first and last line of the following text, you
could express the slice in a couple ways: could express the slice in a couple ways: