diff --git a/Development_API.md b/Development_API.md index 37a0903..eb62765 100644 --- a/Development_API.md +++ b/Development_API.md @@ -107,13 +107,13 @@ a.notify(title="my title", body="my body", tag=[('TagE', 'TagD'), 'TagB']) # Matches every single service. a.notify(title="my title", body="my body") ``` -You could look at the apprise.notify() logic like this: +You could look at the **apprise.notify()** logic like this: | tag= | Tag Representation | | ------------------------- | ------------------------ | | "TagA, TagB" | TagA **or** TagB | ['TagA', 'TagB'] | TagA **or** TagB -| [('TagA', 'TagC'), 'TagB']| (TagA **and** TagC) **or** TtagB +| [('TagA', 'TagC'), 'TagB']| (TagA **and** TagC) **or** TagB | [('TagB', 'TagC')] | TagB **and** TagC By default, all notifications are sent as type **NotifyType.INFO** using the _default_ theme. The following other types are included with this theme: