Not in docstring that the normalize method is not public, yet.

This commit is contained in:
Dave Halter
2017-07-08 18:43:26 +02:00
parent b239b8427b
commit b1f9e17c5f

View File

@@ -164,6 +164,7 @@ class NodeOrLeaf(object):
def _will_be_normalize(self, normalizer_config=None):
"""
TODO this is not public, yet.
The returned code will be normalized, e.g. PEP8 for Python.
"""
normalizer = self._get_normalizer(normalizer_config)