JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Fix isinstance typo in Python code generation #73

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

...

Summary

Change isintance to isinstance in formatting rules of core language.

Added Tests

...

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   80.03%   80.03%           
=======================================
  Files          59       59           
  Lines        3947     3947           
=======================================
  Hits         3159     3159           
  Misses        788      788
Impacted Files Coverage Δ
src/core/mod.rs 64.19% <0%> (ø) :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 c273624...75074ea. Read the comment docs.