From 480abefcec79532852a198d2c13123c3217f2cea Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 16 Jan 2026 18:52:07 -0500 Subject: fix pydoc formatting for recent metadata API changes --- python/project.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/project.py') diff --git a/python/project.py b/python/project.py index ba7cf2d3..fc274ac2 100644 --- a/python/project.py +++ b/python/project.py @@ -550,6 +550,7 @@ class Project: `get_metadata` retrieves a metadata value associated with the given key stored in the current Project. This method behaves like `dict.get()`: + - If the key exists, its metadata value is returned. - If the key does not exist and `default` is not provided, `None` is returned. - If the key does not exist and `default` is provided, `default` is returned. -- cgit v1.3.1