C1_W2_Assignment_Exercise 2 - train_naive_bayes

I explained it earlier: it is a mistake to reference word_embeddings directly. It works in the notebook, but the grader passes a different dictionary. It is passed to you as an argument to the function, so the correct way is to use the argument value which is embeddings, right?