Skip to content

Commit c7976e4

Browse files
committed
[automated] Update nf-core/tools API docs for dev
1 parent 1ca2bd3 commit c7976e4

File tree

1 file changed

+1
-1
lines changed
  • sites/docs/src/content/api_reference/dev/api

1 file changed

+1
-1
lines changed

sites/docs/src/content/api_reference/dev/api/utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ Generate a dictionary representation of the model, optionally specifying which f
984984
- **exclude_defaults** – Whether to exclude fields that are set to their default value.
985985
- **exclude_none** – Whether to exclude fields that have a value of None.
986986
- **exclude_computed_fields** – Whether to exclude computed fields.
987-
While this can be useful for round-tripping, it is usually recommended tu use the dedicated
987+
While this can be useful for round-tripping, it is usually recommended to use the dedicated
988988
round_trip parameter instead.
989989
- **round_trip** – If True, dumped values should be valid as input for non-idempotent types such as Json\[T].
990990
- **warnings** – How to handle serialization errors. False/”none” ignores them, True/”warn” logs errors,

0 commit comments

Comments
 (0)