Skip to content

Commit 1ab25bc

Browse files
committed
Shortening some docstrings
1 parent 856223d commit 1ab25bc

File tree

1 file changed

+2
-2
lines changed
  • python-sqlite-sqlalchemy/project/examples/example_1

1 file changed

+2
-2
lines changed

python-sqlite-sqlalchemy/project/examples/example_1/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_data(filepath):
2020

2121

2222
def get_books_by_publisher(data, ascending=True):
23-
"""Returns the books by the associated publisher as a pandas series
23+
"""Returns the books by each publisher as a pandas series
2424
2525
Args:
2626
data: The pandas dataframe to get the from
@@ -34,7 +34,7 @@ def get_books_by_publisher(data, ascending=True):
3434

3535

3636
def get_authors_by_publisher(data, ascending=True):
37-
"""Returns the authors by the associated publisher as a pandas series
37+
"""Returns the authors by each publisher as a pandas series
3838
3939
Args:
4040
data: The pandas dataframe to get the data from

0 commit comments

Comments
 (0)