commit | 3c6e4dd11fa2c3d43f94a6d5c6e2af221ac5cf99 | [log] [tgz] |
---|---|---|
author | Łukasz Langa <lukasz@langa.pl> | Tue May 10 15:26:22 2011 +0200 |
committer | Łukasz Langa <lukasz@langa.pl> | Tue May 10 15:26:22 2011 +0200 |
tree | b35e05e819745756566861e57663a49d592a8a1e | |
parent | 463ac515eee16d5c242c266238c644ee15a16124 [diff] | |
parent | cda41d3bf74f97f8956eb9018bdc02c693b65282 [diff] |
Merged trivial doc fix from 3.2.
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 5b20bb7..c84e423 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst
@@ -1065,7 +1065,6 @@ :meth:`get` method. .. versionchanged:: 3.2 - Items present in *vars* no longer appear in the result. The previous behaviour mixed actual parser options with variables provided for interpolation.