Skip to content

Commit 0bc72c8

Browse files
committed
remove twine
1 parent a9ae880 commit 0bc72c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: jsonpointer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
def set_pointer(doc, pointer, value, inplace=True):
54-
"""Resolves pointer against doc and sets the value of the target within doc.
54+
"""Resolves a pointer against doc and sets the value of the target within doc.
5555
5656
With inplace set to true, doc is modified as long as pointer is not the
5757
root.

Diff for: requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
wheel
2-
setuptools>=70
2+
setuptools>=38.6.0
33
coverage
44
flake8==7.0.0

0 commit comments

Comments
 (0)