diff options
Diffstat (limited to 'redis/commands/json/path.py')
-rw-r--r-- | redis/commands/json/path.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 "." |