Skip to content

Commit

Permalink
Resolving typo's
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Aug 29, 2023
1 parent ee8ee6c commit b25774e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to PyPlanet core.

All the changes you want to contribute must be from either a ticket or a different feature pull request. Make sure you contribute the pull and issues on our Github
All the changes you want to contribute must be from either a ticket or a different feature pull request. Make sure you contribute the pull and issues on our GitHub
repository at our Main Repo.
All contributions are welcome.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PyPlanet
========

.. image:: https://travis-ci.com/PyPlanet/PyPlanet.svg?branch=master
:target: https://travis-ci.com/PyPlanet/PyPlanet
.. image:: https://github.com/PyPlanet/PyPlanet/actions/workflows/docker-publish-release.yml/badge.svg
:target: https://github.com/PyPlanet/PyPlanet/actions
.. image:: https://coveralls.io/repos/github/PyPlanet/PyPlanet/badge.svg?branch=master
:target: https://coveralls.io/github/PyPlanet/PyPlanet?branch=master
.. image:: https://readthedocs.org/projects/pyplanet/badge/?version=stable
Expand Down
2 changes: 1 addition & 1 deletion pyplanet/core/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async def print_footer(self): # pragma: no cover
await self.chat(
'\uf1e6 $o$FD4Py$369Planet$z$o$s$fff v{}, {}\uf013 $z$s $369|$FD4 '
'$l[http://pypla.net]Site$l $369|$FD4 '
'$l[https://github.com/PyPlanet]Github$l $369|$FD4 '
'$l[https://github.com/PyPlanet]GitHub$l $369|$FD4 '
'$l[http://pypla.net]Docs$l'.format(version, len(self.apps.apps)),
raw=True
)
Expand Down

0 comments on commit b25774e

Please sign in to comment.