diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-08 23:05:19 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-08 23:05:19 -0500 |
commit | e593f680c2fc7356c3afebe9c1a5cd8490274406 (patch) | |
tree | 8034b7ea7a753b05cee23312e6f1fcb1b0c2fc47 /pokemontools/vba/vba_keyboard.py | |
parent | c6ee12ed1d2b3e937733d3a12205b0b689660957 (diff) |
encoding -> coding in header
Diffstat (limited to 'pokemontools/vba/vba_keyboard.py')
-rw-r--r-- | pokemontools/vba/vba_keyboard.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |