From e593f680c2fc7356c3afebe9c1a5cd8490274406 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 8 Sep 2013 23:05:19 -0500 Subject: encoding -> coding in header --- pokemontools/vba/vba_keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemontools/vba/vba_keyboard.py') diff --git a/pokemontools/vba/vba_keyboard.py b/pokemontools/vba/vba_keyboard.py index c83da65..65d481d 100644 --- a/pokemontools/vba/vba_keyboard.py +++ b/pokemontools/vba/vba_keyboard.py @@ -1,4 +1,4 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- """ This file constructs a networkx.DiGraph object called graph, which can be used to find the shortest path of keypresses on the keyboard to type a word. -- cgit v1.2.3