Skip to content

Commit 05d123b

Browse files
author
Saurabh Kumar
committed
Fix rst syntax in readme
1 parent d4b170a commit 05d123b

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

README.rst

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ specified file -- called ``.env`` by default.
6363
from dotenv import load_dotenv, find_dotenv
6464
load_dotenv(find_dotenv())
6565
66-
You can also set _load_dotenv_ to override existing variables:
66+
You can also set ``load_dotenv`` to override existing variables:
67+
6768
.. code:: python
6869
6970
from dotenv import load_dotenv, find_dotenv
@@ -262,54 +263,54 @@ Changelog
262263
=========
263264

264265
0.7.1
265-
----
266+
----------------------------
266267

267268
- Remove hard dependency on iPython (`@theskumar`_)
268269

269270
0.7.0
270-
----
271+
----------------------------
271272

272273
- Add support to override system environment variable via .env. (`@milonimrod`_) (`#63`_)
273274
- Disable ".env not found" warning by default (`@maxkoryukov`_) (`#57`_)
274275

275276
0.6.5
276-
----
277-
- Add support for special characters `\` (`@pjona`_) (`#60`_)
277+
----------------------------
278+
- Add support for special characters ``\``. (`@pjona`_) (`#60`_)
278279

279280
0.6.4
280-
----
281+
----------------------------
281282
- Fix issue with single quotes (`@Flimm`_) (`#52`_)
282283

283284
0.6.3
284-
----
285+
----------------------------
285286
- Handle unicode exception in setup.py (`#46`_)
286287

287288
0.6.2
288-
----
289+
----------------------------
289290
- Fix `dotenv list` command (`@ticosax`_)
290291
- Add iPython Suport (`@tillahoffmann`_)
291292

292293
0.6.0
293-
-----
294+
----------------------------
294295
- Drop support for Python 2.6
295296
- Handle escaped charaters and newlines in quoted values. (Thanks `@iameugenejo`_)
296297
- Remove any spaces around unquoted key/value. (Thanks `@paulochf`_)
297298
- Added POSIX variable expansion. (Thanks `@hugochinchilla`_)
298299

299300
0.5.1
300-
-----
301+
----------------------------
301302
- Fix `find_dotenv` - it now start search from the file where this function is called from.
302303

303304
0.5.0
304-
-----
305+
----------------------------
305306
- Add ``find_dotenv`` method that will try to find a ``.env`` file. (Thanks `@isms`_)
306307

307308
0.4.0
308-
-----
309+
----------------------------
309310
- cli: Added ``-q/--quote`` option to control the behaviour of quotes around values in ``.env``. (Thanks `@hugochinchilla`_).
310311
- Improved test coverage.
311312

312-
.. _@maxkoryukov: https://github.com/milonimrod
313+
.. _@milonimrod: https://github.com/milonimrod
313314
.. _@maxkoryukov: https://github.com/maxkoryukov
314315
.. _@pjona: https://github.com/pjona
315316
.. _@Flimm: https://github.com/Flimm
@@ -319,7 +320,7 @@ Changelog
319320
.. _@isms: https://github.com/isms
320321
.. _@iameugenejo: https://github.com/iameugenejo
321322
.. _@paulochf: https://github.com/paulochf
322-
.. _@paulochf: https://github.com/theskumar
323+
.. _@theskumar: https://github.com/theskumar
323324

324325
.. _#63: https://github.com/theskumar/python-dotenv/issues/63
325326
.. _#60: https://github.com/theskumar/python-dotenv/issues/60

0 commit comments

Comments
 (0)