We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379074b commit 49f4e66Copy full SHA for 49f4e66
time_tracker_api/time_entries/time_entries_namespace.py
@@ -32,7 +32,7 @@
32
),
33
example=faker.words(
34
3,
35
- ['Java', 'Elixir', 'Python', 'Docker'],
+ ['java', 'elixir', 'python', 'docker'],
36
unique=True
37
)
38
0 commit comments