Skip to content

Commit fbda536

Browse files
pyctrlrobsdedude
andauthored
Update Doc/library/string.rst
Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent 1015809 commit fbda536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The grammar for a replacement field is as follows:
223223
attribute_name: <any source character except "{", "}", "[", ".", "!", or ":"> +
224224
element_index: `decimal_number` | `index_string`
225225
index_string: <any source character except "]"> +
226-
decimal_number: <a string of one or more Unicode decimal digit characters>
226+
decimal_number: <any Unicode decimal digit character> +
227227
conversion: "r" | "s" | "a"
228228
format_spec: `format-spec:format_spec`
229229

0 commit comments

Comments
 (0)