marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Correct typo in web.core module globals definition #188

Closed djdduty closed 6 years ago

djdduty commented 6 years ago

Changed Applicaiton to Application in the web.core module globals definition; in reference to the imported web.core.application.Application

djdduty commented 6 years ago

This is to correct #185

codecov[bot] commented 6 years ago

Codecov Report

Merging #188 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #188   +/-   ##
=======================================
  Coverage     91.5%   91.5%           
=======================================
  Files           17      17           
  Lines          742     742           
=======================================
  Hits           679     679           
  Misses          63      63
Impacted Files Coverage Δ
web/core/__init__.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee7f890...f9352f5. Read the comment docs.

amcgregor commented 6 years ago

Good catch!