Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
b66f8737 by Hollow Man at 2021-03-13T20:07:14+08:00
Fix several grammar errors in docs

Signed-off-by: Hollow Man <hollow...@hollowman.ml>

- - - - -
bffe00df by Songlin Jiang at 2021-03-13T16:31:36+00:00
Fix singular noun followed by plural noun in architecture.rst
- - - - -
56dcb103 by Mark Sapiro at 2021-03-13T17:17:23+00:00
Merge branch 'master' into 'master'

Fix several grammar errors in docs

See merge request mailman/mailman!793
- - - - -


4 changed files:

- src/mailman/docs/architecture.rst
- src/mailman/docs/contribute.rst
- src/mailman/docs/database.rst
- src/mailman/docs/internationalization.rst


Changes:

=====================================
src/mailman/docs/architecture.rst
=====================================
@@ -34,7 +34,7 @@ Users and addresses are managed by the *user manager*.
 A *member* is created by linking a *subscriber* to a mailing list.
 Subscribers can be:
 
-* A user, which become members through their *preferred address*.
+* A user, which becomes a member through their *preferred address*.
 * An address, which can be linked or unlinked to a user, but must be verified.
 
 Members also have a *role*, representing regular members, digest members, list
@@ -175,10 +175,10 @@ Other bits and pieces
 There are lots of other pieces to the Mailman puzzle, such as the set of core
 functionality (logging, initialization, event handling, etc.), mailing list
 *styles*, the API for integrating external archivers and mail servers.  The
-database layer is an critical piece, and Mailman has an extensive set of
+database layer is a critical piece, and Mailman has an extensive set of
 command line commands, and email commands.
 
-Almost the entire system is documented in these pages, but it maybe be a bit
+Almost the entire system is documented in these pages, but it may be a bit
 of a spelunking effort to find it.  Improvements are welcome!
 
 


=====================================
src/mailman/docs/contribute.rst
=====================================
@@ -58,7 +58,7 @@ long time, and/or require versions of Python or other 
components you might not
 have installed.  You can run ``tox -l`` to list the test suite *environments*
 available.  Very often, when you want to run the full test suite in the
 quickest manner with components that should be available everywhere, run one
-of these command, depending on which version of Python 3 you have::
+of these commands, depending on which version of Python 3 you have::
 
     $ tox -e py36-nocov
     $ tox -e py35-nocov


=====================================
src/mailman/docs/database.rst
=====================================
@@ -64,7 +64,7 @@ Many thanks to Stephen A. Goss for his contribution of 
PostgreSQL support.
 MySQL
 =====
 
-First you need to configure MySQL itself.  Lets say you create the `mailman`
+First you need to configure MySQL itself.  Let's say you create the `mailman`
 database in MySQL via::
 
     mysql> CREATE DATABASE mailman;


=====================================
src/mailman/docs/internationalization.rst
=====================================
@@ -22,7 +22,7 @@ repertoire.
 Introduction to Unicode Concepts
 ================================
 
-The Unicode Standard is intended to provide an universal set of
+The Unicode Standard is intended to provide a universal set of
 characters with a single, standard encoding providing an invertible
 mapping of characters to integers (called *code points* in this
 context).
@@ -32,7 +32,7 @@ Repertoires
 -----------
 
 A set of characters is called a *repertoire*.  Unicode itself is
-intended to provide an universal repertoire sufficient to represent
+intended to provide a universal repertoire sufficient to represent
 all words in all written languages, but a system may handle a
 restricted repertoire and still be considered conformant, as long as
 it does not corrupt characters it does not handle, and does not emit



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/7f6e5c7d8eed4052e11bba26533a9e324425c2fd...56dcb1031a16217463a18b9e9afcd0f7051cfc60

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/7f6e5c7d8eed4052e11bba26533a9e324425c2fd...56dcb1031a16217463a18b9e9afcd0f7051cfc60
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to