From 3f3ebcf23c4c764cb2ca9670ed064085a13cff89 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 2 Aug 2013 11:26:27 -0400 Subject: Fix typos in plt snippet --- snippets/python-mode/plt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt index 434e09c..804972c 100644 --- a/snippets/python-mode/plt +++ b/snippets/python-mode/plt @@ -1,8 +1,8 @@ # name: matplotlib-related import # key: plt # -- -import matplotlib.pyplt as plt -from matplotlib import tickers +import matplotlib.pyplot as plt +from matplotlib import ticker import pltaid $0 -- cgit v1.2.3