From 3ae10515f50d1f312ed0820aa4096ebdc04502af Mon Sep 17 00:00:00 2001 From: "Scott M. Wyant" <29161635+scottmwyant@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:17:11 -0500 Subject: [PATCH] Update python.md --- docs/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/python.md b/docs/python.md index 130d86f..e3e7812 100644 --- a/docs/python.md +++ b/docs/python.md @@ -135,7 +135,7 @@ This part is identifed by an exclaimation point followed by either an s, r, or a The last part is the ``. This component has a rather complex format itself. Note that it is quite common to only use this component. The component is identified with a `:` (colon). -`:[]][][#][][][][][]` +`:[[]][][#][][][][.][]` |Subcomponent|Effect| |---|---| @@ -173,4 +173,4 @@ s = 'lorem ipsum dolor 123' match = re.search("/d{1,3}$", s) print(match is None) # False print(match.group()) # 123 -``` \ No newline at end of file +```