Skip to content

Commit 9139641

Browse files
authored
Update org name from wesselb to beartype in docs & errors (#192)
1 parent 8ffcbc0 commit 9139641

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bibtex_bibfiles:
3232

3333
# Information about where the book exists on the web.
3434
repository:
35-
url: https://github.com/wesselb/plum
35+
url: https://github.com/beartype/plum
3636
path_to_book: docs
3737
branch: master
3838

plum/type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def resolve_type_hint(x):
236236
f"Could not resolve the type hint of `{x}`. "
237237
f"I have ended the resolution here to not make your code break, but some "
238238
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.",
240240
stacklevel=2,
241241
)
242242
return x
@@ -300,7 +300,7 @@ def _is_faithful(x):
300300
f"Could not determine whether `{x}` is faithful or not. "
301301
f"I have concluded that the type is not faithful, so your code might run "
302302
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.",
304304
stacklevel=2,
305305
)
306306
return False

0 commit comments

Comments
 (0)