From 5c63ab5520ae94122bea7c9921bb3ec99690eef8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 21 Sep 2017 14:27:37 +0200 Subject: Fix minor README nits --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6152078..d4fc3fa 100644 --- a/README.md +++ b/README.md @@ -98,20 +98,20 @@ to the test suite would make sense. ## Misc. notes ## - * Useful information can be extracted from internal data structures. The + * **Useful information can be extracted from internal data structures.** The expression format is pretty simple for example (see the - `Config.parse_expr()` docstring). + `Config._parse_expr()` docstring). It's hard to come up with good APIs for dealing with expressions given how - general they are, so feel free to look at them directly (modifying them is - dangerous though, because it breaks dependency tracking). Maybe I'll - officially document the expression format and add a bunch of accessors - later. The internal format is unlikely to change in either case, and would - probably be returned directly. + general they are, so feel free to look at them directly if none of the + exposed APIs will suffice (modifying them is dangerous though, because it + breaks dependency tracking). Maybe I'll officially document the expression + format and add a bunch of accessors later. The internal format is unlikely + to change in either case, and would probably be returned directly. If you come up with some good generally-usable APIs involving expressions, - please tell me. Make sure they also make sense for expressions involving || - (or). +   please tell me. Make sure they also make sense for expressions involving `||` +   (or) and `!` (not). * Kconfiglib works well with [PyPy](http://pypy.org). It gives a nice speedup over CPython when batch processing a large number of configurations (like -- cgit v1.2.3