Skip to content

Commit

Permalink
Fix readme.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny-rentner committed Sep 17, 2024
1 parent 0dec0b0 commit a8946b9
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 @@ -259,7 +259,7 @@ be writing to the dict and therefore creating full dumps.
it is not visible or accessible to new processes. All existing, still connected processes can continue to use the
dict.

`recurse`: If True, any nested dict objects will be automaticall wrapped in an `UltraDict` allowing transparent nested updates.
`recurse`: If True, any nested dict objects will be automatically wrapped in an `UltraDict` allowing transparent nested updates.

`recurse_register`: Has to be either the `name` of an UltraDict or an UltraDict instance itself. Will be used internally to keep track of dynamically created, recursive UltraDicts for proper cleanup when using `recurse=True`. Usually does not have to be set by the user.

Expand Down

0 comments on commit a8946b9

Please sign in to comment.