Close unclosed code block in documentation (#5934)

## Summary

Closes an unclosed code block such that the rule documentation renders
properly.

## Test Plan

`mkdocs serve -f mkdocs.generated.yml`
This commit is contained in:
Tom Kuson 2023-07-21 00:18:16 +01:00 committed by GitHub
parent 4759ffc994
commit 4e681070dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ use crate::settings::types::PythonVersion;
/// ```python
/// # Evaluates to "foo".
/// "bar foo baz".removeprefix("bar ").removesuffix(" baz")
/// ```
///
/// ## Options
/// - `target-version`