From a8eb92feffb677fc5e8e3f315b97f8a94326446e Mon Sep 17 00:00:00 2001 From: Paco Aranda Date: Thu, 12 Sep 2024 16:45:12 +0200 Subject: [PATCH] Update distribution.md --- argilla/docs/how_to_guides/distribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argilla/docs/how_to_guides/distribution.md b/argilla/docs/how_to_guides/distribution.md index ab93a86b43..3cce2fdc2c 100644 --- a/argilla/docs/how_to_guides/distribution.md +++ b/argilla/docs/how_to_guides/distribution.md @@ -123,11 +123,11 @@ progress = dataset.progress(with_users_distribution=True) "users": { "user1": { "completed": { "submitted": 10, "draft": 5, "discarded": 5}, - "pending": { "submitted: 5, "draft": 10, "discarded": 10}, + "pending": { "submitted": 5, "draft": 10, "discarded": 10}, }, "user2": { "completed": { "submitted": 20, "draft": 10, "discarded": 5}, - "pending": { "submitted: 2, "draft": 25, "discarded": 0}, + "pending": { "submitted": 2, "draft": 25, "discarded": 0}, }, ... }