Skip to content

Commit

Permalink
Fix readme to be PyPI compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroPatty committed Apr 18, 2024
1 parent fd01929 commit 489ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you've ever forgotten what's in a given folder, it's easy to check::
----------------
my-important-data

For more programattic access, you can also get lists of the files and folders at a given path with :meth:`project.list<godata.project.GodataProject.list>`. You can remove a file from your project just as easily::
For more programattic access, you can also get lists of the files and folders at a given path with `project.list`. You can remove a file from your project just as easily::

>> project.remove("data/my-important-data")
True
Expand Down

0 comments on commit 489ac56

Please sign in to comment.