Skip to content

Commit

Permalink
Merge pull request #17 from uktrade/docs/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
michalc authored Oct 7, 2024
2 parents 6f8183c + 6504cf5 commit c1092bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ It is possible to change how each type is encoded by overriding the `encoders` p

## Modified at

ODS files are ZIP files, and as such _require_ a "modified at" time for each member file. This defaults to `datatime.now`, but can be overridden by the `get_modified_at` parameter of the `stream_write_ods` function. See [stream-write-ods.py](https://github.com/uktrade/stream-write-ods/blob/main/stream_write_ods.py) for the default implementation.
ODS files are ZIP files, and as such _require_ a "modified at" time for each member file. This defaults to `datetime.now()`, but can be overridden by the `get_modified_at` parameter of the `stream_write_ods` function. See [stream-write-ods.py](https://github.com/uktrade/stream-write-ods/blob/main/stream_write_ods.py) for the default implementation.

This is useful if you want to make sure generated ODS files are byte-for-byte identical to a fixed reference, say from automated tests.

Expand Down

0 comments on commit c1092bd

Please sign in to comment.