Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
YongHee-Kim authored Jun 8, 2024
2 parents e7306b5 + 82d38d9 commit d7e678f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,9 @@ If you need to use a string number as key for dict, put '\' in front of a number
p1 = j"/\10"
data = PointerDict(p1 => "this won't be a array")

<<<<<<< develop
data[p1]
=======
data[p1]
>>>>>>> master
```

0 comments on commit d7e678f

Please sign in to comment.