From e1012e314d6c21ad1b75082a292506cd751a9117 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 2 Aug 2018 21:42:01 +0200 Subject: o Fixing a bad bug and learning some Python: list.insert(index, value) will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests. --- demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini') diff --git a/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini b/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini index 17ab33d..a263bf9 100644 --- a/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini +++ b/demo/doit/ee/digikey-parts/digikey-part/493-4771-1-ND.ini @@ -8,7 +8,7 @@ mpn = UCA2G100MPD1TD 7/packaging = Cut Tape (CT) 1989/part status = Active 2049/capacitance = 10µF -3/tolerance = ±20%% +3/tolerance = ±20% 2079/voltage - rated = 400V 724/esr (equivalent series resistance) = - 725/lifetime @ temp. = 10000 Hrs @ 105°C -- cgit v1.2.3