Skip to content

Commit

Permalink
Fix typo in core.py (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Nov 10, 2023
1 parent c8502f2 commit 573cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glom/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@ def glom(target, spec, **kwargs):
'c'
Here the *spec* was just a string denoting a path,
``'a.b.``. As simple as it should be. You can also use
``'a.b'``. As simple as it should be. You can also use
:mod:`glob`-like wildcard selectors:
>>> target = {'a': [{'k': 'v1'}, {'k': 'v2'}]}
Expand Down

0 comments on commit 573cb91

Please sign in to comment.