From cf0afb0259d026d2d38873cbe2d09ec5842a0810 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 22 Jul 2020 18:16:59 -0700 Subject: [PATCH] New name in name_map (which really should exist not in source code) --- manimlib/for_3b1b_videos/common_scenes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manimlib/for_3b1b_videos/common_scenes.py b/manimlib/for_3b1b_videos/common_scenes.py index 5b39b939..d32d8a84 100644 --- a/manimlib/for_3b1b_videos/common_scenes.py +++ b/manimlib/for_3b1b_videos/common_scenes.py @@ -206,6 +206,7 @@ class PatreonEndScreen(Scene): "Sansword Huang": "SansWord@TW", "Sunil Nagaraj": "Ubiquity Ventures", "Nitu Kitchloo": "Ish Kitchloo", + "PedroTristão": "Tristan", } for n1, n2 in modification_map.items(): if name.lower() == n1.lower():