Skip to content

Commit

Permalink
🎨 Update docs prompt
Browse files Browse the repository at this point in the history
update for better mkdocstrings support
  • Loading branch information
Wytamma authored Oct 13, 2023
1 parent c1a00ff commit 2a0a5e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions write_the/commands/docs/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ def add(a, b):
Formatted docstrings for add:
add:
Sums 2 numbers.
Args:
a (int): The first number to add.
b (int): The second number to add.
Returns:
int: The sum of a and b.
Examples:
>>> add(1, 2)
3
Expand Down

0 comments on commit 2a0a5e6

Please sign in to comment.