From edaade13937145808398541e9e9dd87bfa059cd2 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 10 May 2020 15:22:29 +0100 Subject: [PATCH] Fix some refs in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8da9e990..600a875a 100644 --- a/README.rst +++ b/README.rst @@ -31,10 +31,10 @@ to add more for helping with upcoming deprecations. Currently implemented: * ``django_codemod.commands.django_40.ForceTextToForceStrCommand``: migrate deprecated - ``force_str()`` function to ``force_str()``. + ``force_text()`` function to ``force_str()``. * ``django_codemod.commands.django_40.SmartTextToForceStrCommand``: migrate deprecated - ``smart_str()`` function to ``smart_str()``. + ``smart_text()`` function to ``smart_str()``. * ``django_codemod.commands.django_40.UGetTextToGetTextCommand``: migrate deprecated ``ugettext()`` function to ``gettext()``.