Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adalekin committed Oct 25, 2019
1 parent 759c78f commit aa21755
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AFFO User Service
=================

============ =============================================
**Version** 1.0.1
**Version** 1.0.0
**Web** https://affo.io/
**Download** https://pypi.org/affoio/affo-user-service/
**Source** https://github.com/affoio/affo-user-service/
Expand Down
4 changes: 2 additions & 2 deletions docs/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ a license compatible to this one.

.. note::

While the *AFFO SMS Service* documentation is offered under the
While the *AFFO User Service* documentation is offered under the
Creative Commons *Attribution-ShareAlike 4.0 International* license
the AFFO SMS Service *software* is offered under the
the AFFO User Service *software* is offered under the
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
.. AFFO SMS Service documentation master file, created by
.. AFFO User Service documentation master file, created by
sphinx-quickstart on Tue Aug 13 11:43:58 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to AFFO SMS Service's documentation!
============================================
Welcome to AFFO User Service's documentation!
=============================================

AFFO SMS Service is a simple SMS sending service. The main feature of
this service is an ability to round-robin SMS gateways to retry the message.
AFFO User Service is a simple User sending service. The main feature of
this service is an ability to round-robin User gateways to retry the message.

AFFO SMS Service is Open Source and licensed under the `BSD License`_.
AFFO User Service is Open Source and licensed under the `BSD License`_.

Getting Started
===============

- If you're new to AFFO SMS Service you can get started by following
- If you're new to AFFO User Service you can get started by following
the :ref:`first-steps` tutorial.

.. _`BSD License`: http://www.opensource.org/licenses/BSD-3-Clause
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
coverage==4.5.1
flake8==3.5.0
flake8-per-file-ignores==0.8.1
flake8-print==3.1.0
pytest==3.9.1
pytest-cov==2.7.1
pytest-freezegun==0.3.0.post1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PyJWT>=1.7.1
SQLAlchemy-Utils>=0.33.11
affo-email-client>=1.0.0
argon2-cffi>=19.1.0
connexion>=2.2.0
connexion==2.4.0
connexion-buzz>=0.2.0
dynaconf>=2.0.3
flask-marshmallow>=0.10.0
flask-praetorian>=0.5.3
flask-praetorian==0.5.3
itsdangerous>=1.1.0
marshmallow-sqlalchemy>=0.16.2
mysqlclient>=1.3.13
Expand Down

0 comments on commit aa21755

Please sign in to comment.