aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0b8a83e..e0e2316 100644
--- a/README.rst
+++ b/README.rst
@@ -175,11 +175,11 @@ the predefined styles (e.g., ``pep8`` or ``google``), a path to a configuration
file that specifies the desired style, or a dictionary of key/value pairs.
The config file is a simple listing of (case-insensitive) ``key = value`` pairs
-with a ``[yapf]`` heading. For example:
+with a ``[style]`` heading. For example:
.. code-block:: ini
- [yapf]
+ [style]
based_on_style = pep8
spaces_before_comment = 4
split_before_logical_operator = true