Skip to content

Commit d0da576

Browse files
authored
Cleanup json_normalize documentation (#58180)
1 parent b8a4691 commit d0da576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/json/_normalize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ def json_normalize(
289289
meta : list of paths (str or list of str), default None
290290
Fields to use as metadata for each record in resulting table.
291291
meta_prefix : str, default None
292-
If True, prefix records with dotted (?) path, e.g. foo.bar.field if
292+
If True, prefix records with dotted path, e.g. foo.bar.field if
293293
meta is ['foo', 'bar'].
294294
record_prefix : str, default None
295-
If True, prefix records with dotted (?) path, e.g. foo.bar.field if
295+
If True, prefix records with dotted path, e.g. foo.bar.field if
296296
path to records is ['foo', 'bar'].
297297
errors : {'raise', 'ignore'}, default 'raise'
298298
Configures error handling.

0 commit comments

Comments
 (0)