File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- """ Convenience functions to find the database and other system locations
1
+ """Convenience functions to find the database and other system locations
2
2
without the user having to specify full paths.
3
3
"""
4
4
Original file line number Diff line number Diff line change 1
- """ These function implement the more direct interactions with the Anki
1
+ """These function implement the more direct interactions with the Anki
2
2
database and provide basic functionality that is then used to implement the
3
3
functionality in :class:`~ankipandas.collection.Collection`,
4
4
:class:`ankipandas.ankidf.AnkiDataFrame` etc.
Original file line number Diff line number Diff line change 1
- """ Most of the functionality of the AnkiDataFrames is already tested in
1
+ """Most of the functionality of the AnkiDataFrames is already tested in
2
2
test_core, because that saves to write a lot of duplicate code.
3
3
4
4
Everything else is tested here.
Original file line number Diff line number Diff line change 1
- """ These tests are created from issues that we fixed to avoid that they might
1
+ """These tests are created from issues that we fixed to avoid that they might
2
2
come back later.
3
3
"""
4
4
Original file line number Diff line number Diff line change 1
- """ Various utilities of this package.
1
+ """Various utilities of this package.
2
2
3
3
.. warning::
4
4
Original file line number Diff line number Diff line change 1
- """ DataFrame utilities. """
1
+ """DataFrame utilities."""
2
2
3
3
# std
4
4
from __future__ import annotations
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
3
- """ To install this package, change to the directory of this file and run
3
+ """To install this package, change to the directory of this file and run
4
4
5
5
pip3 install --user .
6
6
You can’t perform that action at this time.
0 commit comments