File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ bibtex_bibfiles:
32
32
33
33
# Information about where the book exists on the web.
34
34
repository :
35
- url : https://github.com/wesselb /plum
35
+ url : https://github.com/beartype /plum
36
36
path_to_book : docs
37
37
branch : master
38
38
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ def resolve_type_hint(x):
236
236
f"Could not resolve the type hint of `{ x } `. "
237
237
f"I have ended the resolution here to not make your code break, but some "
238
238
f"types might not be working correctly. "
239
- f"Please open an issue at https://github.com/wesselb /plum." ,
239
+ f"Please open an issue at https://github.com/beartype /plum." ,
240
240
stacklevel = 2 ,
241
241
)
242
242
return x
@@ -300,7 +300,7 @@ def _is_faithful(x):
300
300
f"Could not determine whether `{ x } ` is faithful or not. "
301
301
f"I have concluded that the type is not faithful, so your code might run "
302
302
f"with subpar performance. "
303
- f"Please open an issue at https://github.com/wesselb /plum." ,
303
+ f"Please open an issue at https://github.com/beartype /plum." ,
304
304
stacklevel = 2 ,
305
305
)
306
306
return False
You can’t perform that action at this time.
0 commit comments