From 01515d3178800b89024a8394a5d05c2d8b94e87e Mon Sep 17 00:00:00 2001 From: dolfies Date: Sun, 23 Apr 2023 17:25:57 -0400 Subject: [PATCH] Fix small typo in documentation --- discord/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/application.py b/discord/application.py index 2526a0403..d63b33961 100644 --- a/discord/application.py +++ b/discord/application.py @@ -1373,7 +1373,7 @@ class ApplicationBranch(Hashable): .. note:: - This may be innacurate for the master branch if the data is not provided, + This may be inaccurate for the master branch if the data is not provided, as the ID is shared with the application ID. """ return utils.parse_time(self._created_at) if self._created_at else utils.snowflake_time(self.id)