Fixed old variable name in docstring
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Convertion pack for Oceanus Module Tiericide
|
||||
Conversion pack for Oceanus Module Tiericide
|
||||
"""
|
||||
|
||||
CONVERSIONS = {
|
||||
|
||||
Reference in New Issue
Block a user