Make normalize private for now.

This commit is contained in:
Dave Halter
2017-07-08 14:10:48 +02:00
parent 65168577cf
commit b239b8427b

View File

@@ -162,7 +162,7 @@ class NodeOrLeaf(object):
"there's no default normalizer for this tree.")
return normalizer_config.create_normalizer()
def normalize(self, normalizer_config=None):
def _will_be_normalize(self, normalizer_config=None):
"""
The returned code will be normalized, e.g. PEP8 for Python.
"""