Commit 9f95f71 1 parent 27a1d98 commit 9f95f71 Copy full SHA for 9f95f71
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ bins = Uuid.modify(bins)
150
150
uuid = Uuid.format(bins.hex())
151
151
```
152
152
153
- See [ ouuid/ test/unit.py] ( test/unit.py ) for more examples. <br ><br >
153
+ See [ test/unit.py] ( ouuid/ test/unit.py) for more examples. <br ><br >
154
154
155
155
### The ` DateUuid ` Class
156
156
@@ -202,7 +202,7 @@ threshold = str(int(datetime.utcnow().strftime('%Y')) + 1) + '1212'
202
202
assert None == DateUuid.parse(uuid1.value, threshold)
203
203
```
204
204
205
- See [ test/main .py] ( test/main .py ) for more examples. <br ><br >
205
+ See [ test/unit .py] ( ouuid/ test/unit .py) for more examples. <br ><br >
206
206
207
207
### The ` DateTimeUuid ` Class
208
208
@@ -264,4 +264,4 @@ threshold = str(int(datetime.utcnow().strftime('%Y')) + 1) + '1212191919'
264
264
assert None == DateTimeUuid.parse(uuid1.value, threshold)
265
265
```
266
266
267
- See [ test/main .py] ( test/main .py ) for more examples. <br ><br >
267
+ See [ test/unit .py] ( ouuid/ test/unit .py) for more examples. <br ><br >
You can’t perform that action at this time.
0 commit comments