From 7ea1bf7593f72b5e23f7e4efc7890faec8a3dde5 Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:26:29 +0200 Subject: Fix naming conventions (#1872) * fix naming convention * fix worng changes --- redis/commands/json/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis/commands/json/path.py') diff --git a/redis/commands/json/path.py b/redis/commands/json/path.py index f0a413a..bfb0ab2 100644 --- a/redis/commands/json/path.py +++ b/redis/commands/json/path.py @@ -4,7 +4,7 @@ class Path: strPath = "" @staticmethod - def rootPath(): + def root_path(): """Return the root path's string representation.""" return "." -- cgit v1.2.1