Skip to content

Commit 980a24a

Browse files
committed
fix punctuation [skip ci]
1 parent 2551cab commit 980a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Note that the `auto` task will skip the `ids` task entirely if any of the follow
268268
`"data_wizard.idmap.never"` | Default in 1.x | Require user to manually map all IDs the first time they are found in a file
269269
`"data_wizard.idmap.existing"` | New in 1.3, Default in 2.0 | Automatically map existing IDs, but require user to map unknown ids
270270
`"data_wizard.idmap.always"` | New in 1.3 | Always map IDs (skip manual mapping). Unknown IDs will be passed on as-is to the serializer, which will cause per-row errors unless using natural keys.
271-
(custom import path) | New in 1.3 | The function should accept an identifier and a serializer field, and return the mapped value (or None) if no automatic mapping is available. See the [built-in functions][idmap.py] for examples.
271+
(custom import path) | New in 1.3 | The function should accept an identifier and a serializer field, and return the mapped value (or `None` if no automatic mapping is available). See the [built-in functions][idmap.py] for examples.
272272

273273
Note that the configured `IDMAP` function will only be called the first time a new identifier is encountered. Once the mapping is established (manually or automatically), it will be re-used in subsequent wizard runs.
274274

0 commit comments

Comments
 (0)