turbodbc icon indicating copy to clipboard operation
turbodbc copied to clipboard

Fix turbodbc.make_options parameters docstring

Open arikfr opened this issue 4 years ago • 1 comments

The missing colon at the end of the param is likely responsible for the messed up formatting in the documentation:

CleanShot 2020-09-30 at 13 47 15@2x

arikfr avatar Sep 30 '20 10:09 arikfr

Codecov Report

Merging #278 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #278   +/-   ##
=======================================
  Coverage   96.38%   96.38%           
=======================================
  Files         145      145           
  Lines        3211     3211           
=======================================
  Hits         3095     3095           
  Misses        116      116           
Impacted Files Coverage Δ
python/turbodbc/options.py 100.00% <ø> (ø)

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 80a29a7...8f37fbf. Read the comment docs.

codecov-commenter avatar Sep 30 '20 11:09 codecov-commenter