Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 13, 2023
1 parent bd04240 commit 4ad4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Option | Type | Default | Description
`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.
`encoding` | string | `#!py3 'utf-8'` | Encoding to use when reading in the snippets.
`check_paths` | bool | `#!py3 False` | Make the build fail if a snippet can't be found.
`auto_append` | \[string]\] | `#!py3 []` | A list of snippets (relative to the `base_path`) to auto append to the Markdown content.
`auto_append` | \[string\] | `#!py3 []` | A list of snippets (relative to the `base_path`) to auto append to the Markdown content.
`url_download` | bool | `#!py3 False` | Allows URLs to be specified as file snippets. URLs will be downloaded and inserted accordingly.
`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.
`url_timeout` | float | `#!py3 10.0` | Passes an arbitrary timeout in seconds to URL requestor. By default this is set to 10 seconds.
Expand Down

0 comments on commit 4ad4eb6

Please sign in to comment.