From 62c0b4b5b9bac9c3bf24adac99299869bd638ed2 Mon Sep 17 00:00:00 2001
From: Ana Paula Gomes <apgomes88@gmail.com>
Date: Sun, 17 Nov 2019 11:57:30 +0100
Subject: [PATCH] Remove non existent method from docstring

---
 model_bakery/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model_bakery/utils.py b/model_bakery/utils.py
index cfa64402..986d897c 100644
--- a/model_bakery/utils.py
+++ b/model_bakery/utils.py
@@ -8,7 +8,7 @@
 def import_from_str(import_string):
     """Import an object defined as import if it is an string.
 
-    If `import_string_or_obj` follows the format `path.to.module.object_name`,
+    If `import_string` follows the format `path.to.module.object_name`,
     this method imports it; else it just return the object.
     """
     if isinstance(import_string, str):