Skip to content

Commit 4e9b415

Browse files
committed
doc: Fix some Sphinx warnings.
1 parent 3651e84 commit 4e9b415

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Fixed:
4343
thanks John Kristensen. (Bernhard Reiter)
4444
- issue2550738: Fixes for various documentation typoes,
4545
thanks Nathan Russell. (John Kristensen)
46-
- issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring,
46+
- issue2550756: Fix "oder" typo in mailer.Mailer.bounce_message docstring,
4747
thanks W. Trevor King (John Kristensen)
4848
- Fix basic authentication: instatiating the login action would fail if
4949
the user is not set. We now first set the user to anonymous and then

doc/security.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ preventing non-admin users from accessing:
3131
Issues
3232
======
3333

34-
1. The current implementation is ad-hoc, and not complete for all `use cases`_.
34+
1. The current implementation is ad-hoc, and not complete for all use cases.
3535
2. Currently it is not possible to allow submission of issues through email
3636
but restrict those users from accessing the web interface.
3737
3. Only one user may perform admin functions.

doc/whatsnew-0.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Extending Roundup
104104
=================
105105

106106
To write extension code for Roundup you place a file in the tracker home
107-
``extensions`` directory. See the `customisation documentation`_ for more
107+
``extensions`` directory. See the `customization documentation`_ for more
108108
information about how this is done.
109109

110110

doc/xmlrpc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are two ways to access the xmlrpc interface:
1919

2020

2121
stand alone roundup-xmlrpc-server
22-
---------------------
22+
---------------------------------
2323
The Roundup XML-RPC standalone server must be started before remote clients can access the
2424
tracker via XML-RPC. ``roundup-xmlrpc-server`` is installed in the scripts
2525
directory alongside ``roundup-server`` and roundup-admin``. When invoked, the

0 commit comments

Comments
 (0)