Skip to content

Commit a2c03d8

Browse files
committed
Fix README.rst for pypi
1 parent f1c648c commit a2c03d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ object with None entries in order to make it big enough:
248248
Handy!
249249

250250
Example: Deleting Existing Keys
251-
================
251+
===============================
252252

253253
To delete keys in an object, use dpath.util.delete, which accepts the same globbing syntax as the other methods.
254254

dpath/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import os
22

3-
VERSION="1.4.2"
3+
VERSION="1.4.3"

0 commit comments

Comments
 (0)