Skip to content

Commit 4ad4eb6

Browse files
committed
Fix typo
1 parent bd04240 commit 4ad4eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/markdown/extensions/snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Option | Type | Default | Description
231231
`base_path` | \[string\] | `#!py3 ['.']` | A list of strings indicating base paths to be used resolve snippet locations. For legacy purposes, a single string will also be accepted as well. Base paths will be resolved in the order they are specified. When resolving a file name, the first match wins. If a file name is specified, the base name will be matched.
232232
`encoding` | string | `#!py3 'utf-8'` | Encoding to use when reading in the snippets.
233233
`check_paths` | bool | `#!py3 False` | Make the build fail if a snippet can't be found.
234-
`auto_append` | \[string]\] | `#!py3 []` | A list of snippets (relative to the `base_path`) to auto append to the Markdown content.
234+
`auto_append` | \[string\] | `#!py3 []` | A list of snippets (relative to the `base_path`) to auto append to the Markdown content.
235235
`url_download` | bool | `#!py3 False` | Allows URLs to be specified as file snippets. URLs will be downloaded and inserted accordingly.
236236
`url_max_size` | int | `#!py3 33554432` | Sets an arbitrary max content size. If content length is reported to be larger, and exception will be thrown. Default is ~32 MiB.
237237
`url_timeout` | float | `#!py3 10.0` | Passes an arbitrary timeout in seconds to URL requestor. By default this is set to 10 seconds.

0 commit comments

Comments
 (0)