Skip to content

Commit c4f58e7

Browse files
committed
[QA] Minor typo fixes
1 parent 415a4ba commit c4f58e7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/geolocation_and_pathcross.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ results drops considerably as you zoom in from country-wide geolocation.
2222
My initial idea had been to use the city_ data to populate an
2323
automatically updating database that could be queried to find people in
2424
the local area [#]_. Much like some of those oh-so-cool Web 2.0
25-
buzzword laden sites do but without the manual updating, javascript,
25+
buzzword laden sites do but without the manual updating, Javascript,
2626
lack of privacy and continual spam. Me and a few friends already do
2727
such a thing using our published hCalendar_ entries, a heap of nifty
2828
Haskell code and some dirty hack infested XSLT. It works well, but it

doc/pythons_on_a_plane.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ parameter in your call to :func:`~upoints.utils.dump_xearth_markers`.
115115
Also, as the function only requires a dictionary of
116116
:class:`~upoints.trigpoints.Trigpoint`-style objects you could apply
117117
:func:`filter` and :func:`map` expressions to the objects to generate
118-
your own lables for the markers.
118+
your own labels for the markers.
119119

120120
.. figure:: .static/xplanet_trip_date_mini.png
121121
:alt: Xplanet showing the location points and dates for a trip

upoints/tzdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, location, country, zone, comments=None):
3939
4040
:param str location: Primary location in ISO 6709 format
4141
:param str country: Location's ISO 3166 country code
42-
:param str zone: Location's zone name as used in zoneinfo databse
42+
:param str zone: Location's zone name as used in zoneinfo database
4343
:param list comments: Location's alternate names
4444
4545
"""

upoints/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ def value_or_empty(value):
129129
def repr_assist(obj, remap=None):
130130
"""Helper function to simplify ``__repr__`` methods.
131131
132-
:param obj: Object to pull arg values for
133-
:param dict remap: Arg pairs to remap before output
132+
:param obj: Object to pull argument values for
133+
:param dict remap: Argument pairs to remap before output
134134
:rtype: ``str``
135135
:return: Self-documenting representation of ``value``
136136
@@ -1040,7 +1040,7 @@ def dump_xearth_markers(markers, name='identifier'):
10401040
10411041
:func:`upoints.xearth.Xearths.import_locations`
10421042
1043-
:param dict markers: Dictionary of identifer keys, with :class:`Trigpoint`
1043+
:param dict markers: Dictionary of identifier keys, with :class:`Trigpoint`
10441044
values
10451045
:param str name: Value to use as Xearth display string
10461046
:rtype: ``list``

0 commit comments

Comments
 (0)