diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index 2f84c8aa870..bb137007563 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -94,6 +94,7 @@
Returns the first [AnimationLibrary] with key [param name] or [code]null[/code] if not found.
+ To get the [AnimationPlayer]'s global animation library, use [code]get_animation_library("")[/code].