Skip to content

Commit

Permalink
Merge pull request #22 from sebastic/applying-typo
Browse files Browse the repository at this point in the history
Fix 'apllying' typo, replace with 'applying'.
  • Loading branch information
lonvia committed Oct 26, 2016
2 parents 6f66e9e + 4b7961c commit f5376d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osmium.cc
Expand Up @@ -145,7 +145,7 @@ BOOST_PYTHON_MODULE(_osmium)

class_<pyosmium::MergeInputReader, boost::noncopyable>("MergeInputReader",
"Collects data from multiple input files and sorts and optionally "
"deduplicates the data before apllying it to a handler.")
"deduplicates the data before applying it to a handler.")
.def("apply", &pyosmium::MergeInputReader::apply,
(arg("self"), arg("handler"), arg("simplify")=true),
"Apply collected data to a handler. The data will be sorted first. "
Expand Down

0 comments on commit f5376d5

Please sign in to comment.