Fixed old variable name in docstring

This commit is contained in:
blitzmann
2014-11-07 23:39:54 -05:00
parent 9f2124ac9f
commit 61197ec061
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ This module contains a list of item conversions that need to be done for pyfa.
Each file in this module must contain a dictionary named CONVERSIONS in the
format of convertFrom: convertTo, with both key and value being a string of the
item's name. The name of the file is usually arbitrary unless it's used in logic
elsewhere (in which case can be accessed with CONVERSIONS_SEPARATE[name])
elsewhere (in which case can be accessed with packs[name])
"""
import os

View File

@@ -1,5 +1,5 @@
"""
Convertion pack for Oceanus Module Tiericide
Conversion pack for Oceanus Module Tiericide
"""
CONVERSIONS = {