You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix RST errors in README.rst and test for errors (theskumar#100)
The test is not run in Python 3.3 because of this bug:
https://sourceforge.net/p/docutils/bugs/270/
Having valid RST is important so that Pypi's web interface interprets
the RST correctly and display long_description in a pretty format.
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ You can use dotenv with iPython. You can either let the dotenv search for .env w
172
172
173
173
174
174
Command-line interface
175
-
=================
175
+
======================
176
176
177
177
For commandline support, use the `cli` option during installation:
178
178
@@ -307,7 +307,7 @@ Changelog
307
307
0.8.0
308
308
----------------------------
309
309
- ``set_key`` and ``unset_key`` only modified the affected file instead of parsing and re-writing file, this causes comments and other file entact as it is.
310
-
- Add support for ``export`` prefix in the line.
310
+
- Add support for ``export`` prefix in the line.
311
311
- Internal refractoring (`@theskumar`_)
312
312
- Allow ``load_dotenv`` and ``dotenv_values`` to work with ``StringIO())`` (`@alanjds`_)(`@theskumar`_) (`#78`_)
0 commit comments