Skip to content

Commit ca15533

Browse files
committed
Update readme and docs
1 parent b736cc9 commit ca15533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ to improve many things, and I hope it will make your life easier.
148148
- Usage of VariableKey to create key that will tell how to access nested values
149149
without worrying about what symbols to use, but requiring to explicitly write
150150
VariableKey whenever you want to go from this root key
151-
- Improved usability
151+
- Improved usability by using descriptors and making more logical arguments order
152152
- By default, config will not allow you
153153
assigning any values after `__post_init__` was called
154154

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ What's different?
160160
- Usage of VariableKey to create key that will tell how to access nested values
161161
without worrying about what symbols to use, but requiring to explicitly write
162162
VariableKey whenever you want to go from this root key
163-
- Improved usability
163+
- Improved usability by using descriptors and making more logical arguments order
164164
- By default, config will not allow you assigning any values after `__post_init__` was called
165165

166166
Known issues

0 commit comments

Comments
 (0)